mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Update to support updated FrankeNDK
This commit is contained in:
@ -160,6 +160,7 @@ LOCAL_C_INCLUDES := \
|
||||
jni/include \
|
||||
$(LIBUTILS)
|
||||
LOCAL_SRC_FILES := test.cpp
|
||||
LOCAL_LDFLAGS := -static
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
endif
|
||||
|
@ -17,8 +17,5 @@ endif
|
||||
|
||||
# Busybox require some additional settings
|
||||
ifdef B_BB
|
||||
APP_CFLAGS := -Os -fomit-frame-pointer -flto
|
||||
APP_SHORT_COMMANDS := true
|
||||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
APP_PLATFORM := android-21
|
||||
endif
|
||||
|
Reference in New Issue
Block a user