Update NDK version to 26.1.10909125 (#18493)

### Description
Similar to #17852


### Motivation and Context
To avoid downloading NDK
This commit is contained in:
Changming Sun 2023-11-17 14:14:01 -08:00 committed by GitHub
parent fac3e33da5
commit 41f9379f3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -3,7 +3,7 @@
parameters:
- name: AndroidNdkVersion
type: string
default: "26.0.10792818" # LTS version
default: "26.1.10909125" # LTS version
steps:
- bash: |