diff --git a/.gitlab-ci/container/debian/x86_64_test-android.sh b/.gitlab-ci/container/debian/x86_64_test-android.sh index 279ae54dfc8..98dda8f530b 100755 --- a/.gitlab-ci/container/debian/x86_64_test-android.sh +++ b/.gitlab-ci/container/debian/x86_64_test-android.sh @@ -130,16 +130,18 @@ git checkout FETCH_HEAD apt-get install -y --allow-downgrades ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb -section_end cuttlefish - popd rm -rf android-cuttlefish addgroup --system kvm usermod -a -G kvm,cvdnetwork root +section_end cuttlefish + ############### Downloading Android CTS tools +uncollapsed_section_start android-cts "Downloading Android CTS tools" + ANDROID_CTS_VERSION="${ANDROID_VERSION}_r1" ANDROID_CTS_DEVICE_ARCH="x86" @@ -165,6 +167,8 @@ mv "android-$ANDROID_VERSION" build-tools popd +section_end android-cts + ############### Uninstall the build software rm -rf "/${ndk:?}"