Skip to content

Commit

Permalink
Update NDK (#23280)
Browse files Browse the repository at this point in the history
Similar to #21989
  • Loading branch information
snnn authored Jan 8, 2025
1 parent 080f87f commit ccbe66d
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=27.0.12077973
ENV NDK_VERSION=27.2.12479018
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: "27.0.12077973" # LTS version
default: "27.2.12479018" # LTS version

steps:
- bash: |
Expand Down

0 comments on commit ccbe66d

Please sign in to comment.