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

11 lines
265 B
Makefile
Raw Normal View History

2013-08-13 15:31:03 +00:00
# Uncomment this if you're using STL in your project
2019-01-03 15:03:05 +00:00
# You can find more information here:
# https://developer.android.com/ndk/guides/cpp-support
# APP_STL := c++_shared
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