Skip to content

Commit d99e54e

Browse files
authored
kokoro: use ndk-r27c (#5969)
1 parent bdf0776 commit d99e54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kokoro/scripts/linux/build-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ elif [ $TOOL = "cmake-smoketest" ]; then
158158
echo $(date): ctest completed.
159159
elif [ $TOOL = "cmake-android-ndk" ]; then
160160
using cmake-3.31.2
161-
using ndk-r25c
161+
using ndk-r27c
162162
using ninja-1.10.0
163163

164164
clean_dir "$ROOT_DIR/build"
@@ -178,7 +178,7 @@ elif [ $TOOL = "cmake-android-ndk" ]; then
178178
ninja
179179
echo $(date): Build completed.
180180
elif [ $TOOL = "android-ndk-build" ]; then
181-
using ndk-r25c
181+
using ndk-r27c
182182

183183
clean_dir "$ROOT_DIR/build"
184184
cd "$ROOT_DIR/build"

0 commit comments

Comments
 (0)