upload llm demo code

This commit is contained in:
dian.yuan 2026-01-14 17:38:23 +08:00
parent c598b3aef4
commit 3c8209fdea
7 changed files with 516 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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