Skip to content

Commit

Permalink
aot hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Feb 24, 2019
1 parent be79718 commit b8346be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/XamApp.Android/XamApp.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
<!--<AndroidAotMode>Full</AndroidAotMode>-->
<AndroidAotMode>Hybrid</AndroidAotMode>
<!--<AndroidAotMode>Normal</AndroidAotMode>-->
<AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis>
<AndroidSupportedAbis>
</AndroidSupportedAbis>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AotAssemblies>true</AotAssemblies>
<EnableLLVM>true</EnableLLVM>
<EnableLLVM>false</EnableLLVM>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Android" />
Expand Down

1 comment on commit b8346be

@ysmoradi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.