2021-04-13 16:53:32 +08:00
|
|
|
APP_PLATFORM := android-16
|
2021-04-09 20:21:24 +08:00
|
|
|
APP_CFLAGS += -Wno-error=format-security
|
|
|
|
APP_CFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
|
|
|
APP_CFLAGS += -ffunction-sections -fdata-sections
|
|
|
|
APP_LDFLAGS += -Wl,--gc-sections
|
|
|
|
APP_BUILD_SCRIPT := Android.mk
|
|
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|