summaryrefslogtreecommitdiff
path: root/csharp/test/xamarin/controller.Android/controller.Android.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/xamarin/controller.Android/controller.Android.csproj')
-rw-r--r--csharp/test/xamarin/controller.Android/controller.Android.csproj2
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>