mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
6e01fbb763
We're increasing the Android SDK minimum version to API 19, this doesn't increase the minimum target API, which is API 14.
10 lines
251 B
Makefile
10 lines
251 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-v7a arm64-v8a x86 x86_64
|
|
|
|
# Min runtime API level
|
|
APP_PLATFORM=android-14
|