From 8db86f2c52663f74483672d1b8c9ffc6fd4eea7f Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:53:54 -0700 Subject: [PATCH] Use fixed version of Android NDK in binary size checks pipeline. (#15422) Ensure that we build with a known version of NDK and are not surprised when the default version on the build machine changes. A similar change was made for other Android build pipelines previously, but this one was missed. --- .../templates/android-binary-size-check-stage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/android-binary-size-check-stage.yml b/tools/ci_build/github/azure-pipelines/templates/android-binary-size-check-stage.yml index 2107cffbf9..2b9b6096eb 100644 --- a/tools/ci_build/github/azure-pipelines/templates/android-binary-size-check-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/android-binary-size-check-stage.yml @@ -37,6 +37,8 @@ stages: clean: true submodules: none + - template: use-android-ndk.yml + - template: get-docker-image-steps.yml parameters: Dockerfile: tools/ci_build/github/linux/docker/Dockerfile.manylinux2014_cpu