mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-08 08:42:36 +00:00
Generalize logging interface
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
APP_ABI := armeabi-v7a x86
|
||||
APP_CFLAGS := -std=gnu99 ${MAGISK_DEBUG} \
|
||||
APP_CFLAGS := -std=gnu11 ${MAGISK_DEBUG} \
|
||||
-DMAGISK_VERSION="${MAGISK_VERSION}" -DMAGISK_VER_CODE=${MAGISK_VER_CODE}
|
||||
APP_CPPFLAGS := -std=c++14
|
||||
APP_STL := system
|
||||
APP_PLATFORM := android-16
|
||||
APP_CFLAGS += -Wno-implicit-function-declaration
|
||||
|
||||
# Busybox require some additional settings
|
||||
ifdef B_BB
|
||||
APP_SHORT_COMMANDS := true
|
||||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_PLATFORM := android-21
|
||||
APP_CFLAGS += -Wno-implicit-function-declaration
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user