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:
parent
5a484dcf7a
commit
0a5e02a067
@ -94,9 +94,9 @@ dex_import {
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "AndroidMigratePrebuilt",
|
||||
name: "GoogleRestore",
|
||||
owner: "gapps",
|
||||
apk: "proprietary/product/priv-app/AndroidMigratePrebuilt/AndroidMigratePrebuilt.apk",
|
||||
apk: "proprietary/product/priv-app/GoogleRestore/GoogleRestore.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
|
@ -27,5 +27,5 @@ PRODUCT_PACKAGES += \
|
||||
ifeq ($(TARGET_IS_GROUPER),)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
AndroidMigratePrebuilt
|
||||
GoogleRestore
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user