Skip to content

Commit

Permalink
Override android qnn sdk version with pipeline param (microsoft#22895)
Browse files Browse the repository at this point in the history
We need to be able to control/override the exact version of qnn sdk used
for the android build as qnn-runtime (maven package) releases are slower
to QNN SDK releases.
  • Loading branch information
sheetalarkadam authored and ankitm3k committed Dec 11, 2024
1 parent dad8743 commit 690fb51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parameters:
- name: QnnSdk
displayName: QNN SDK Version
type: string
default: 2.28.2.241116
default: 2.28.0.241029

resources:
repositories:
Expand Down
2 changes: 2 additions & 0 deletions tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ stages:
enable_code_sign: ${{ parameters.DoEsrp }}
packageName: 'onnxruntime-android-qnn'
ReleaseVersionSuffix: $(ReleaseVersionSuffix)
QnnSDKVersion: ${{ parameters.QnnSDKVersion }}

- template: android-java-api-aar-test.yml
parameters:
artifactName: 'onnxruntime-android-qnn-aar'
job_name_suffix: 'QNN'
packageName: 'onnxruntime-android-qnn'
QnnSDKVersion: ${{ parameters.QnnSDKVersion }}

- stage: iOS_Full_xcframework
dependsOn: []
Expand Down

0 comments on commit 690fb51

Please sign in to comment.