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:
@@ -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,
|
||||||
|
@@ -27,5 +27,5 @@ PRODUCT_PACKAGES += \
|
|||||||
ifeq ($(TARGET_IS_GROUPER),)
|
ifeq ($(TARGET_IS_GROUPER),)
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
AndroidMigratePrebuilt
|
GoogleRestore
|
||||||
endif
|
endif
|
||||||
|
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
-product/priv-app/AndroidMigratePrebuilt/AndroidMigratePrebuilt.apk;PRESIGNED|eb965010832814a84afc32db11bf1c89586b78bc
|
-product/priv-app/GoogleRestore/GoogleRestore.apk;PRESIGNED
|
||||||
|
Reference in New Issue
Block a user