Swap AndroidMigratePrebuilt for GoogleRestore

* This appears to be what we are supposed to use when not
  pulling from a Pixel factory image
This commit is contained in:
Paul Keith
2021-10-12 23:48:39 -05:00
parent 5a484dcf7a
commit 0a5e02a067
5 changed files with 4 additions and 4 deletions

View File

@@ -94,9 +94,9 @@ dex_import {
} }
android_app_import { android_app_import {
name: "AndroidMigratePrebuilt", name: "GoogleRestore",
owner: "gapps", owner: "gapps",
apk: "proprietary/product/priv-app/AndroidMigratePrebuilt/AndroidMigratePrebuilt.apk", apk: "proprietary/product/priv-app/GoogleRestore/GoogleRestore.apk",
presigned: true, presigned: true,
dex_preopt: { dex_preopt: {
enabled: false, enabled: false,

View File

@@ -27,5 +27,5 @@ PRODUCT_PACKAGES += \
ifeq ($(TARGET_IS_GROUPER),) ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
AndroidMigratePrebuilt GoogleRestore
endif endif

View File

@@ -1 +1 @@
-product/priv-app/AndroidMigratePrebuilt/AndroidMigratePrebuilt.apk;PRESIGNED|eb965010832814a84afc32db11bf1c89586b78bc -product/priv-app/GoogleRestore/GoogleRestore.apk;PRESIGNED