amlnn-model-playground/examples/LLMs/cpp/Application.mk
2026-01-14 17:38:23 +08:00

13 lines
No EOL
287 B
Makefile

APP_PLATFORM := android-28
APP_CPPFLAGS += -std=c++17
APP_STL := c++_static
APP_CFLAGS := -Wno-error=format-security
# APP_ABI := armeabi-v7a
APP_ABI := arm64-v8a
#APP_ABI := armeabi armeabi-v7a arm64-v8a
APP_OPTION := release
# APP_BUILD_SCRIPT := Android.mk