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

Commit 0294bbd9 authored by Romain Hunault's avatar Romain Hunault Committed by Nishith Khanna
Browse files

vendor: Exclude AudioFX by default



Revert the AudioFX flag logic to exclude it by default from the
builds due to compability issues with our certain devices

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent aeba48a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ PRODUCT_PACKAGES += \
    Aperture
endif

ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
ifeq ($(TARGET_INCLUDES_AUDIOFX),true)
PRODUCT_PACKAGES += \
    AudioFX
endif