Skip to content

Commit eca4a36

Browse files
authored
kokoro: use NDK r29 (KhronosGroup#4248)
Upgrade kokoro testing from NDK r27c to r29 Bug: crbug.com/507146491
1 parent b668594 commit eca4a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kokoro/android-ndk-build/build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set -e # Fail on any error.
3939

4040
set -x # Display commands being run.
4141

42-
using ndk-r27c
42+
using ndk-r29
4343

4444
export NDK_PROJECT_PATH="${ROOT_DIR}/ndk_test"
4545
export APP_BUILD_SCRIPT="${ROOT_DIR}/ndk_test/Android.mk"

0 commit comments

Comments
 (0)