Initial changes for Android 12 zips

This commit is contained in:
Paul Keith 2021-10-13 11:23:03 -05:00
parent 0a5e02a067
commit 87b6cc26cb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#
DATE=$(date -u +%Y%m%d_%H%M%S)
TOP=$(realpath .)
ANDROIDV=11.0.0
ANDROIDV=12.0.0
GARCH=$1
OUT=$TOP/out
BUILD=$TOP/build

View File

@ -98,7 +98,7 @@ remove_big_optional_apps() {
rm -rf product/app/GoogleTTS
rm -rf product/app/MarkupGoogle
rm -rf product/app/talkback
rm -rf product/priv-app/AndroidMigratePrebuilt
rm -rf product/priv-app/GoogleRestore
rm -rf product/priv-app/SetupWizard
rm -rf product/priv-app/Velvet
}