git-subtree-dir: external/SDL git-subtree-split: adf31f6ec0be0f9ba562889398f71172c7941023
10 lines
236 B
Makefile
10 lines
236 B
Makefile
|
|
# Uncomment this if you're using STL in your project
|
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
|
# APP_STL := stlport_static
|
|
|
|
APP_ABI := armeabi armeabi-v7a x86
|
|
|
|
# Min SDK level
|
|
APP_PLATFORM=android-10
|
|
|