Skip to content

Commit

Permalink
- script: |
Browse files Browse the repository at this point in the history
        env | grep ANDROID
      displayName: View Android ENVs
  • Loading branch information
jchen351 committed Jul 24, 2024
1 parent 1c15fb6 commit 5ee17d9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parameters:

jobs:
- job: Build_QNN_EP
pool: onnxruntime-qnn-ubuntu-2004-cpu
pool: onnxruntime-Ubuntu2204-AMD-CPU
timeoutInMinutes: 30
workspace:
clean: all
Expand All @@ -48,6 +48,10 @@ jobs:

- template: templates/use-android-ndk.yml

- script: |
env | grep ANDROID
displayName: View Android ENVs
- script: sudo apt-get update -y && sudo apt-get install -y coreutils ninja-build
displayName: Install coreutils and ninja

Expand All @@ -57,10 +61,6 @@ jobs:
- template: templates/jobs/download_linux_qnn_sdk.yml
parameters:
QnnSDKVersion: ${{ parameters.QnnSdk }}
- script: |
export ANDROID_SDK_ROOT=/usr/local/lib/android/sdk
export ANDROID_HOME=/usr/local/lib/android/sdk
displayName: set Android ENVs

- script: |
set -e -x
Expand Down

0 comments on commit 5ee17d9

Please sign in to comment.