Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
remvoe old interpreter flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Apr 4, 2020
1 parent 7753c36 commit 701f390
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 76 deletions.
6 changes: 0 additions & 6 deletions src/Android/Hanselman.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@
</MonoDroidExtraArgs>
<RunCodeAnalysis>false</RunCodeAnalysis>
<LangVersion>latest</LangVersion>
<AndroidEnableMultiDex>false</AndroidEnableMultiDex>
<AndroidUseAapt2>true</AndroidUseAapt2>
<MandroidI18n />
<AndroidDexTool>d8</AndroidDexTool>
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>portable</DebugType>
Expand All @@ -57,17 +54,14 @@
<ConsolePause>false</ConsolePause>
<AndroidManagedSymbols>true</AndroidManagedSymbols>
<RunCodeAnalysis>false</RunCodeAnalysis>
<AndroidEnableMultiDex>false</AndroidEnableMultiDex>
<AndroidDexTool>d8</AndroidDexTool>
<AotAssemblies>false</AotAssemblies>
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
<AndroidLinkTool>r8</AndroidLinkTool>
<AndroidUseAapt2>true</AndroidUseAapt2>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<BundleAssemblies>false</BundleAssemblies>
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
<AndroidLinkMode>Full</AndroidLinkMode>
<AndroidLinkSkip>Xamarin.Forms.Platform.Android;Xamarin.Forms.Platform;Xamarin.Forms.Core;Xamarin.Forms.Xaml;FormsViewGroup;Shiny.Core;MediaManager;MediaManager.Forms;ExoPlayer;ExoPlayer.Core;ExoPlayer.Hls;ExoPlayer.UI;ExoPlayer.Dash;ExoPlayer.Ext.MediaSession;ExoPlayer.SmoothStreaming;</AndroidLinkSkip>
Expand Down
Loading

0 comments on commit 701f390

Please sign in to comment.