refactor: enhance Android build scripts with dynamic example discovery and configurable ABI, and correct LLM SDK path.

This commit is contained in:
dian.yuan 2026-02-25 13:43:07 +08:00
parent 194e4b6b18
commit 72e0647351
4 changed files with 92 additions and 31 deletions

View file

@ -1,5 +1,5 @@
LOCAL_PATH := $(call my-dir)
LLM_SDK_PATH := $(LOCAL_PATH)/../../../../amlnn-toolkit/npu_runtime/llmsdk
LLM_SDK_PATH := $(LOCAL_PATH)/../../../../amlnn-toolkit/nn_runtime/llmsdk
3RDPARTY_PATH := $(LOCAL_PATH)/../../../dependency
$(warning $(LOCAL_PATH))