summaryrefslogtreecommitdiff
path: root/jni/Application.mk
blob: 91f5cd67d09129e823b0d17d963929ba57051da9 (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
APP_DEBUG := 1