From 02256a5aa3cbe0a37ba2ac5f500e36c03685e36a Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 5 Jun 2025 13:38:13 +0200 Subject: [PATCH] ci/android: Close the Android tools section This was missing. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/debian/x86_64_test-android.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/container/debian/x86_64_test-android.sh b/.gitlab-ci/container/debian/x86_64_test-android.sh index 92fe114ce61..04d82234b36 100755 --- a/.gitlab-ci/container/debian/x86_64_test-android.sh +++ b/.gitlab-ci/container/debian/x86_64_test-android.sh @@ -59,6 +59,8 @@ chmod +x vulkaninfo popd +section_end android-tools + ############### Downloading NDK for native builds for the guest ... section_start android-ndk "Downloading Android NDK"