File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
examples/demo-apps/android/LlamaDemo Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ mkdir -p "${JNI_LIBS_PATH}/${ANDROID_ABI}"
52
52
cp " ${CMAKE_OUT} " /extension/android/libexecutorch_llama_jni.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
53
53
cp " ${CMAKE_OUT} " /lib/libqnn_executorch_backend.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
54
54
cp " ${QNN_SDK_ROOT} " /lib/aarch64-android/libQnnHtp.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
55
+ cp " ${QNN_SDK_ROOT} " /lib/aarch64-android/libQnnSystem.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
55
56
cp " ${QNN_SDK_ROOT} " /lib/aarch64-android/libQnnHtpV69Stub.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
56
57
cp " ${QNN_SDK_ROOT} " /lib/aarch64-android/libQnnHtpV73Stub.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
57
58
cp " ${QNN_SDK_ROOT} " /lib/aarch64-android/libQnnHtpV75Stub.so " ${JNI_LIBS_PATH} /${ANDROID_ABI} /"
You can’t perform that action at this time.
0 commit comments