diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-05-31 14:49:45 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-05-31 14:49:45 +0200 |
commit | 52ec01649f40b49333d557326b48abaf6dac55e9 (patch) | |
tree | d11e73bc396e063e68f819705368b279f65194d0 | |
parent | gcc 9 complains that it is creating an implicit copy constructor. (#408) (diff) | |
download | ice-52ec01649f40b49333d557326b48abaf6dac55e9.tar.bz2 ice-52ec01649f40b49333d557326b48abaf6dac55e9.tar.xz ice-52ec01649f40b49333d557326b48abaf6dac55e9.zip |
Removed reference to armeabi, fixes #398
-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> |