Magisk/native/jni/Application.mk

12 lines
329 B
Makefile
Raw Normal View History

2018-07-13 16:14:32 +02: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 16:55:33 +01:00
APP_CPPFLAGS := -std=c++11
2018-02-10 12:54:58 +01:00
APP_SHORT_COMMANDS := true
2018-07-13 16:14:32 +02:00
ifdef NEW_PLAT
APP_PLATFORM := android-21
else
APP_PLATFORM := android-16
APP_CFLAGS += -Wno-implicit-function-declaration
endif