mirror of
https://github.com/yawut/SDL.git
synced 2026-07-12 22:07:52 -05:00
Removed armeabi from the SDL build API list, since it's not supported by the latest Android SDK
This commit is contained in:
parent
fde11a4abc
commit
819ee1e1cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user