Magisk/native/jni/Application.mk

12 lines
329 B
Makefile
Raw Normal View History

2018-07-13 22:14:32 +08:00
APP_ABI := armeabi-v7a x86
APP_CFLAGS := -std=gnu99 ${MAGISK_DEBUG} \
-DMAGISK_VERSION="${MAGISK_VERSION}" -DMAGISK_VER_CODE=${MAGISK_VER_CODE}
2017-11-23 23:55:33 +08:00
APP_CPPFLAGS := -std=c++11
2018-02-10 19:54:58 +08:00
APP_SHORT_COMMANDS := true
2018-07-13 22:14:32 +08:00
ifdef NEW_PLAT
APP_PLATFORM := android-21
else
APP_PLATFORM := android-16
APP_CFLAGS += -Wno-implicit-function-declaration
endif