summaryrefslogtreecommitdiff
path: root/jni/Application.mk
blob: dd8341a8ec689e0e3cf6b097b242170c35a760e9 (plain)
1
2
3
4
5
6
7
8
APP_ABI := arm64-v8a armeabi-v7a
APP_PLATFORM := android-24
APP_OPTIM := release
APP_STL := c++_static
APP_CPPFLAGS := -std=c++11 -frtti -fexceptions
APP_CFLAGS := -fsigned-char -UNDEBUG
APP_MODULES := mkxp easyrpg physfs-serve cabextract unshield
APP_DEBUG := 1