From aeb40ed23b6dbebdc3ae4cd50ae8d8717effed69 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 10 Mar 2026 10:46:38 +0100 Subject: [PATCH] ci/android: Update Android CTS to android-cts-16.0_r5 The latest Android 16 release. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-android-cts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-android-cts.sh b/.gitlab-ci/container/build-android-cts.sh index bf3c26ea870..4edaa904a0f 100644 --- a/.gitlab-ci/container/build-android-cts.sh +++ b/.gitlab-ci/container/build-android-cts.sh @@ -31,7 +31,7 @@ ANDROID_CTS_MODULES=( "CtsSkQPTestCases" ) -ANDROID_CTS_VERSION="${ANDROID_VERSION}_r3" +ANDROID_CTS_VERSION="${ANDROID_VERSION}_r5" ANDROID_CTS_DEVICE_ARCH="x86" # Download the stripped CTS from S3, because the CTS download from Google can take 20 minutes