Skip to content

Commit a603087

Browse files
authored
install android ndk for mediatek docker (#9407)
Summary: Looks like MTK CI flow requires android ndk, adding it to the docker Reviewed By: kirklandsign Differential Revision: D71492015
1 parent 445ff34 commit a603087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ case "${IMAGE_NAME}" in
4848
executorch-ubuntu-22.04-mediatek-sdk)
4949
MEDIATEK_SDK=yes
5050
CLANG_VERSION=12
51+
ANDROID_NDK_VERSION=r27b
5152
;;
5253
executorch-ubuntu-22.04-clang12-android)
5354
LINTRUNNER=""

0 commit comments

Comments
 (0)