Commit fab2e2463f32d3587e6b11aae8bde29d0b342f9d

Sam Lantinga 2018-01-27T12:07:05

Removed armeabi from the SDL build API list, since it's not supported by the latest Android SDK

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/android-project/app/jni/Application.mk b/android-project/app/jni/Application.mk
index b6dc195..e84be02 100644
--- a/android-project/app/jni/Application.mk
+++ b/android-project/app/jni/Application.mk
@@ -3,7 +3,7 @@
 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
 # APP_STL := stlport_static
 
-APP_ABI := all
+APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
 
 # Min SDK level
 APP_PLATFORM=android-14