Skip to content

Commit 6337eb6

Browse files
authored
kokoro: use NDK r29 (KhronosGroup#6669)
Bug: crbug.com/507146491
1 parent c98fc83 commit 6337eb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kokoro/scripts/linux/build-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ elif [ $TOOL = "cmake-dxc-smoketest" ]; then
195195

196196
elif [ $TOOL = "cmake-android-ndk" ]; then
197197
using cmake-3.31.2
198-
using ndk-r27c
198+
using ndk-r29
199199
using ninja-1.10.0
200200

201201
clean_dir "$ROOT_DIR/build"
@@ -215,7 +215,7 @@ elif [ $TOOL = "cmake-android-ndk" ]; then
215215
ninja
216216
echo $(date): Build completed.
217217
elif [ $TOOL = "android-ndk-build" ]; then
218-
using ndk-r27c
218+
using ndk-r29
219219

220220
clean_dir "$ROOT_DIR/build"
221221
cd "$ROOT_DIR/build"

0 commit comments

Comments
 (0)