From fab2e2463f32d3587e6b11aae8bde29d0b342f9d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 27 Jan 2018 12:07:05 -0800 Subject: [PATCH] Removed armeabi from the SDL build API list, since it's not supported by the latest Android SDK --- android-project/app/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-project/app/jni/Application.mk b/android-project/app/jni/Application.mk index b6dc19525702c..e84be0235c0c8 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