Skip to content

Commit

Permalink
kokoro: use ndk-r27c (KhronosGroup#5969)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 29, 2025
1 parent bdf0776 commit d99e54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/scripts/linux/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ elif [ $TOOL = "cmake-smoketest" ]; then
echo $(date): ctest completed.
elif [ $TOOL = "cmake-android-ndk" ]; then
using cmake-3.31.2
using ndk-r25c
using ndk-r27c
using ninja-1.10.0

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

clean_dir "$ROOT_DIR/build"
cd "$ROOT_DIR/build"
Expand Down

0 comments on commit d99e54e

Please sign in to comment.