Преглед изворни кода

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

Sam Lantinga пре 8 година
родитељ
комит
fab2e2463f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      android-project/app/jni/Application.mk

+ 1 - 1
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