etlegacy-libs/sdl2/android-project/app/jni/Application.mk

10 lines
251 B
Makefile
Raw Normal View History

2013-08-13 15:31:03 +00:00
# Uncomment this if you're using STL in your project
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
2018-03-20 13:33:02 +00:00
# APP_STL := stlport_static
2014-08-07 20:22:03 +00:00
2018-03-20 13:33:02 +00:00
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
2016-12-04 13:33:54 +00:00
2018-03-20 13:33:02 +00:00
# Min runtime API level
APP_PLATFORM=android-14