Skip to content

Commit d57da4c

Browse files
authored
Update Android NDK version to 27.0.12077973.
1 parent 3580e01 commit d57da4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/android_custom_build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WORKDIR /workspace
5555

5656
# install Android SDK and tools
5757
ENV ANDROID_HOME=~/android-sdk
58-
ENV NDK_VERSION=26.1.10909125
58+
ENV NDK_VERSION=27.0.12077973
5959
ENV ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${NDK_VERSION}
6060

6161
RUN aria2c -q -d /tmp -o cmdline-tools.zip \

tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
- name: AndroidNdkVersion
55
type: string
6-
default: "26.1.10909125" # LTS version
6+
default: "27.0.12077973" # LTS version
77

88
steps:
99
- bash: |

0 commit comments

Comments
 (0)