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:
parent
7cb63b9651
commit
603d17277b
1 changed files with 5 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue