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

Sam Lantinga 2018-01-27 12:07:05 -08:00
parent 2ceeb99336
commit fab2e2463f
1 changed files with 1 additions and 1 deletions

View File

@ -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