Skip to content

Commit

Permalink
Update NDK version to 26.1.10909125 (#18493)
Browse files Browse the repository at this point in the history
### Description
Similar to #17852


### Motivation and Context
To avoid downloading NDK
  • Loading branch information
snnn authored Nov 17, 2023
1 parent fac3e33 commit 41f9379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/android_custom_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ WORKDIR /workspace

# install Android SDK and tools
ENV ANDROID_HOME=~/android-sdk
ENV NDK_VERSION=26.0.10792818
ENV NDK_VERSION=26.1.10909125
ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${NDK_VERSION}

RUN aria2c -q -d /tmp -o cmdline-tools.zip \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
parameters:
- name: AndroidNdkVersion
type: string
default: "26.0.10792818" # LTS version
default: "26.1.10909125" # LTS version

steps:
- bash: |
Expand Down

0 comments on commit 41f9379

Please sign in to comment.