fix: hopefully the last fix

This commit is contained in:
Lucaskyy 2022-06-15 19:44:52 +02:00
parent 8540582d6f
commit 51d1ec26ad
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
2 changed files with 5 additions and 0 deletions

5
build.sh Executable file
View File

@ -0,0 +1,5 @@
cd termux-packages
for arch in "aarch64" "arm" "i686"; do
echo "Building aapt for $arch"
./scripts/run-docker.sh ./build-package.sh -I -a $arch aapt
done

0
prepare.sh Normal file → Executable file
View File