diff options
Diffstat (limited to 'csharp/test/xamarin/controller.Android')
-rw-r--r-- | csharp/test/xamarin/controller.Android/controller.Android.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index 34388fb97ba..a72fdfdbdb6 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -36,7 +36,7 @@ <BundleAssemblies>false</BundleAssemblies> <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> - <AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> + <AndroidSupportedAbis>armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis> <AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi> <AndroidEnableMultiDex>true</AndroidEnableMultiDex> <Debugger>Xamarin</Debugger> |