diff options
Diffstat (limited to 'csharp/test/xamarin/controller.Android/controller.Android.csproj')
-rw-r--r-- | csharp/test/xamarin/controller.Android/controller.Android.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index a72fdfdbdb6..5c1dc4bbda6 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -54,7 +54,7 @@ <EnableLLVM>false</EnableLLVM> <BundleAssemblies>false</BundleAssemblies> <AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi> - <AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> + <AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <AndroidEnableMultiDex>true</AndroidEnableMultiDex> <AndroidLinkMode>SdkOnly</AndroidLinkMode> @@ -134,4 +134,4 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> -</Project>
\ No newline at end of file +</Project> |