config: Handle TARGET_EXCLUDES_AUDIOFX in the products definitions
Change-Id: Iaa99a7d89bb516a788180c3be24fa514c6a7b907
This commit is contained in:
committed by
Michael Bestas
parent
3aa50f85cf
commit
790ab1de65
@@ -19,7 +19,6 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Lineage packages
|
||||
PRODUCT_PACKAGES += \
|
||||
AudioFX \
|
||||
Backgrounds \
|
||||
Eleven \
|
||||
Etar \
|
||||
@@ -27,6 +26,11 @@ PRODUCT_PACKAGES += \
|
||||
Profiles \
|
||||
Seedvault
|
||||
|
||||
ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
AudioFX
|
||||
endif
|
||||
|
||||
ifeq ($(PRODUCT_TYPE), go)
|
||||
PRODUCT_PACKAGES += \
|
||||
TrebuchetQuickStepGo
|
||||
|
Reference in New Issue
Block a user