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

@@ -6,9 +6,9 @@ soong_namespace {
}
android_app_import {
name: "PrebuiltGmsCore",
name: "GmsCore",
owner: "gapps",
apk: "proprietary/product/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk",
apk: "proprietary/product/priv-app/GmsCore/GmsCore.apk",
presigned: true,
dex_preopt: {
enabled: false,
@@ -18,10 +18,21 @@ android_app_import {
}
android_app_import {
name: "SetupWizardPrebuilt",
name: "Phonesky",
owner: "gapps",
apk: "proprietary/product/priv-app/SetupWizardPrebuilt/SetupWizardPrebuilt.apk",
overrides: ["Provision"],
apk: "proprietary/product/priv-app/Phonesky/Phonesky.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "SetupWizard",
owner: "gapps",
apk: "proprietary/product/priv-app/SetupWizard/SetupWizard.apk",
presigned: true,
dex_preopt: {
enabled: false,