Update to support updated FrankeNDK

This commit is contained in:
topjohnwu
2019-07-07 17:38:22 -07:00
parent 4bb2fd6ba6
commit 4c8f357978
3 changed files with 4 additions and 6 deletions

View File

@ -160,6 +160,7 @@ LOCAL_C_INCLUDES := \
jni/include \
$(LIBUTILS)
LOCAL_SRC_FILES := test.cpp
LOCAL_LDFLAGS := -static
include $(BUILD_EXECUTABLE)
endif

View File

@ -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