config: Handle TARGET_EXCLUDES_AUDIOFX in the products definitions
Change-Id: Iaa99a7d89bb516a788180c3be24fa514c6a7b907
This commit is contained in:
parent
3aa50f85cf
commit
790ab1de65
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue