mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update NDK version to 26.1.10909125 (#18493)
### Description Similar to #17852 ### Motivation and Context To avoid downloading NDK
This commit is contained in:
parent
fac3e33da5
commit
41f9379f3c
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
parameters:
|
||||
- name: AndroidNdkVersion
|
||||
type: string
|
||||
default: "26.0.10792818" # LTS version
|
||||
default: "26.1.10909125" # LTS version
|
||||
|
||||
steps:
|
||||
- bash: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue