Skip to content

Commit 305ca50

Browse files
chore(main/aapt): build with android-33 instead of android-35
Reduces the size of builder image back to the previous size. Also this was necessary when we were doing large builds outside docker. Now all builds are happening in docker, so this should not be necessary Effectively reverts 8514cda
1 parent 48b1ef7 commit 305ca50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/aapt/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="@termux"
55
_TAG_VERSION=13.0.0
66
_TAG_REVISION=6
77
TERMUX_PKG_VERSION=${_TAG_VERSION}.${_TAG_REVISION}
8-
TERMUX_PKG_REVISION=23
8+
TERMUX_PKG_REVISION=24
99
TERMUX_PKG_SRCURL=(https://android.googlesource.com/platform/frameworks/base
1010
https://android.googlesource.com/platform/system/core
1111
https://android.googlesource.com/platform/system/libbase
@@ -235,7 +235,7 @@ termux_step_make_install() {
235235
rm -rf android-jar
236236
mkdir android-jar
237237
cd android-jar
238-
cp $ANDROID_HOME/platforms/android-35/android.jar .
238+
cp $ANDROID_HOME/platforms/android-33/android.jar .
239239
unzip -q android.jar
240240
mkdir -p $TERMUX_PREFIX/share/aapt
241241
jar cfM $TERMUX_PREFIX/share/aapt/android.jar AndroidManifest.xml resources.arsc

0 commit comments

Comments
 (0)