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

@@ -38,5 +38,6 @@ PRODUCT_PACKAGES += \
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
AndroidMigratePrebuilt \
SetupWizard
endif