From ccbe66d422dc88db404379297cc1d0f51c88f5b2 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 8 Jan 2025 13:57:23 -0800 Subject: [PATCH] Update NDK (#23280) Similar to #21989 --- tools/android_custom_build/Dockerfile | 2 +- .../github/azure-pipelines/templates/use-android-ndk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/android_custom_build/Dockerfile b/tools/android_custom_build/Dockerfile index fcaffd9ef5..77b5a2fd3c 100644 --- a/tools/android_custom_build/Dockerfile +++ b/tools/android_custom_build/Dockerfile @@ -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 \ diff --git a/tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml b/tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml index 897152c413..50832d1bf1 100644 --- a/tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml +++ b/tools/ci_build/github/azure-pipelines/templates/use-android-ndk.yml @@ -3,7 +3,7 @@ parameters: - name: AndroidNdkVersion type: string - default: "27.0.12077973" # LTS version + default: "27.2.12479018" # LTS version steps: - bash: |