Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 603d1727 authored by Bruno Martins's avatar Bruno Martins
Browse files

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
parent 7cb63b96
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 += \