Skip to content

Commit 97d22f7

Browse files
committed
project: sync with upstream
1 parent a136a84 commit 97d22f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/build-run-android.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ANDROID_NDK_NAME=android-ndk-${ANDROID_NDK_VERSION}
3232
ANDROID_NDK_FULLNAME=${ANDROID_NDK_NAME}-linux.zip
3333
ANDROID_NDK=${PROJECT_ROOT_PATH}/prebuilts/${ANDROID_NDK_NAME}
3434

35-
#QNN SDK can be found at:
35+
#Qualcomm QNN SDK can be found at:
3636
#https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk
3737
QNN_SDK_URL=https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk
3838
QNN_SDK_VERSION=2.32.0.250228
@@ -42,9 +42,11 @@ QNN_SDK_VERSION=2.35.0.250530
4242
QNN_SDK_PATH=${PROJECT_ROOT_PATH}/prebuilts/QNN_SDK/qairt/2.34.0.250424/
4343
QNN_SDK_PATH=${PROJECT_ROOT_PATH}/prebuilts/QNN_SDK/qairt/2.35.0.250530/
4444

45-
#Hexagon SDK can be found at:
45+
#Qualcomm Hexagon SDK can be found at:
4646
#https://developer.qualcomm.com/software/hexagon-dsp-sdk/tools
47+
#the official Hexagon SDK, must be obtained with Qualcomm Developer Account
4748
HEXAGON_SDK_PATH=/opt/qcom/Hexagon_SDK/6.2.0.1
49+
#customized/tailored Hexagon SDK from the offcial Hexagon SDK for simplify workflow
4850
HEXAGON_SDK_PATH=${PROJECT_ROOT_PATH}/prebuilts/Hexagon_SDK/6.2.0.1
4951

5052
#available htp arch version:

0 commit comments

Comments
 (0)