We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcfe9f commit 45797efCopy full SHA for 45797ef
2 files changed
tools/android_custom_build/Dockerfile
@@ -55,7 +55,7 @@ WORKDIR /workspace
55
56
# install Android SDK and tools
57
ENV ANDROID_HOME=~/android-sdk
58
-ENV NDK_VERSION=27.0.12077973
+ENV NDK_VERSION=27.2.12479018
59
ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${NDK_VERSION}
60
61
RUN aria2c -q -d /tmp -o cmdline-tools.zip \
tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml
@@ -3,7 +3,7 @@
3
parameters:
4
- name: AndroidNdkVersion
5
type: string
6
- default: "27.0.12077973" # LTS version
+ default: "27.2.12479018" # LTS version
7
8
steps:
9
- bash: |
0 commit comments