Skip to content

Commit

Permalink
Update Android NDK version to 27.0.12077973. (microsoft#21989)
Browse files Browse the repository at this point in the history
Upgrade to newer version. r26 will be unsupported soon.
  • Loading branch information
edgchen1 authored Sep 6, 2024
1 parent b011f6f commit 0c398b3
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.1.10909125
ENV NDK_VERSION=27.0.12077973
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.1.10909125" # LTS version
default: "27.0.12077973" # LTS version

steps:
- bash: |
Expand Down

0 comments on commit 0c398b3

Please sign in to comment.