Move SetupWizard to system_ext

* This is where it's supposed to be
This commit is contained in:
Paul Keith
2021-11-16 12:52:24 -06:00
parent 64fe7f9c11
commit 65ac6290d1
16 changed files with 68 additions and 64 deletions

View File

@@ -62,19 +62,6 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "SetupWizard",
owner: "gapps",
apk: "proprietary/product/priv-app/SetupWizard/SetupWizard.apk",
overrides: ["Provision"],
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "Velvet",
owner: "gapps",
@@ -87,3 +74,16 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "SetupWizard",
owner: "gapps",
apk: "proprietary/system_ext/priv-app/SetupWizard/SetupWizard.apk",
overrides: ["Provision"],
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
system_ext_specific: true,
}

View File

@@ -21,8 +21,8 @@ PRODUCT_PACKAGES += \
GoogleTTS \
MarkupGoogle \
talkback \
SetupWizard \
Velvet
Velvet \
SetupWizard
endif
$(call inherit-product, vendor/gapps/common/common-vendor.mk)