From 8233eca52f13e6fd1c741fa27b825dcb685ea157 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 24 Sep 2024 08:19:01 +0200 Subject: [PATCH] scripts(toolchain): Update from android-33 to android-35 In the `ubuntu-24.04` runner image android-35 is preinstalled, not android-33. Syncing with that image makes building packages work when they are built outside of docker due to being built in the same PR as a package listed in `scripts/big-pkgs.list`. This will be followed by a bump to reference android-35 in `aapt`. --- scripts/setup-android-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-android-sdk.sh b/scripts/setup-android-sdk.sh index 99f32f7026b0725..b8f5c09d78fbcc9 100755 --- a/scripts/setup-android-sdk.sh +++ b/scripts/setup-android-sdk.sh @@ -72,6 +72,6 @@ yes | $SDK_MANAGER --sdk_root="$ANDROID_HOME" --licenses yes | $SDK_MANAGER --sdk_root="$ANDROID_HOME" \ "platform-tools" \ "build-tools;${TERMUX_ANDROID_BUILD_TOOLS_VERSION}" \ - "platforms;android-33" \ + "platforms;android-35" \ "platforms;android-28" \ "platforms;android-24"