gapps: Add AndroidMigratePrebuilt

* On Custom ROM's on Pixels, the downloading of
  this app by SetupWizard often hangs up,
  and needs to be restarted. Ship this to avoid
  that.

* Added to LOWMEM checkas it isn't necessary.
This commit is contained in:
shagbag913
2018-04-30 18:32:55 -04:00
committed by Nolen Johnson
parent 6793b22d9b
commit 480db6d999
5 changed files with 15 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ cd system
if [ "$MEM" -lt "$LOWMEM" ]; then
ui_print "Low RAM device detected, removing large extras"
exec_util "rm -rf priv-app/AndroidMigratePrebuilt"
exec_util "rm -rf priv-app/SetupWizard"
exec_util "rm -rf priv-app/Velvet"
fi