Explorar el Código

Initial changes for Android 12 zips

Paul Keith hace 3 años
padre
commit
87b6cc26cb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      build/gapps.sh
  2. 1 1
      build/meta/com/google/android/update-binary

+ 1 - 1
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

+ 1 - 1
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
 }