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

@@ -15,8 +15,8 @@ PRODUCT_PACKAGES += \
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
SetupWizard \
Velvet
Velvet \
SetupWizard
endif
$(call inherit-product, vendor/gapps/common/common-vendor.mk)