Skip to content

Commit

Permalink
scripts(toolchain): Update from android-33 to android-35
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
fornwall committed Sep 24, 2024
1 parent d5d87c3 commit 8233eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8233eca

Please sign in to comment.