Rengerate makefiles

This commit is contained in:
Paul Keith
2021-10-08 12:42:47 -05:00
parent 259673442b
commit de412da335
8 changed files with 67 additions and 43 deletions

View File

@@ -39,9 +39,9 @@ android_app_import {
}
android_app_import {
name: "AndroidAutoStubPrebuilt",
name: "AndroidAutoStub",
owner: "gapps",
apk: "proprietary/product/priv-app/AndroidAutoStubPrebuilt/AndroidAutoStubPrebuilt.apk",
apk: "proprietary/product/priv-app/AndroidAutoStub/AndroidAutoStub.apk",
presigned: true,
dex_preopt: {
enabled: false,
@@ -51,21 +51,9 @@ android_app_import {
}
android_app_import {
name: "PartnerSetupPrebuilt",
name: "GooglePartnerSetup",
owner: "gapps",
apk: "proprietary/product/priv-app/PartnerSetupPrebuilt/PartnerSetupPrebuilt.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "Phonesky",
owner: "gapps",
apk: "proprietary/product/priv-app/Phonesky/Phonesky.apk",
apk: "proprietary/product/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk",
presigned: true,
dex_preopt: {
enabled: false,