From 87b6cc26cbbb29747152ab7c5bbd7684c74b8ff7 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 13 Oct 2021 11:23:03 -0500 Subject: [PATCH] Initial changes for Android 12 zips --- build/gapps.sh | 2 +- build/meta/com/google/android/update-binary | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/gapps.sh b/build/gapps.sh index 06a2004..80ed7de 100755 --- a/build/gapps.sh +++ b/build/gapps.sh @@ -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 diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index aa387ca..d280628 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -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 }