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:
Bruno Martins 2024-01-19 22:54:58 +00:00
parent 7cb63b9651
commit 603d17277b

View file

@ -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 += \