config: Do not ship Parts and SuW on Automotive builds
Customizations from LineageParts do not apply here and SetupWizard is forcibly skipped anyway as device first boots in already provisioned status. Change-Id: Ic85fa59f58729d67f28d1dbe9191868bc1eb70a5
This commit is contained in:
@@ -106,10 +106,14 @@ PRODUCT_PACKAGES += \
|
||||
build-manifest
|
||||
|
||||
# Lineage packages
|
||||
ifeq ($(PRODUCT_IS_AUTOMOTIVE),)
|
||||
PRODUCT_PACKAGES += \
|
||||
LineageParts \
|
||||
LineageSetupWizard
|
||||
endif
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
LineageSettingsProvider \
|
||||
LineageSetupWizard \
|
||||
Updater
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
Reference in New Issue
Block a user