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.
This commit is contained in:
Edward Chen 2023-04-07 14:53:54 -07:00 committed by GitHub
parent 9bb4e4bef4
commit 8db86f2c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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