audio: Enable Waves effect

- turn on config and add effect library for Waves effect

Bug: 111283341
Test: build pass and manual audio test on product/aosp

Change-Id: Idba8eb83a88e3aa4f254b5ab4beddaa6a4477cd8
Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
Jasmine Cha
2018-05-10 17:29:58 +08:00
parent 48dad2f559
commit c1a57ef036
2 changed files with 3 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp
AUDIO_FEATURE_ENABLED_MAXX_AUDIO := true
# Include whaoo modules
USES_DEVICE_GOOGLE_WAHOO := true

View File

@@ -481,7 +481,8 @@ PRODUCT_PACKAGES += \
libqcomvisualizer \
libqcomvoiceprocessing \
libqcomvoiceprocessingdescriptors \
libqcompostprocbundle
libqcompostprocbundle \
libmalistener
PRODUCT_PACKAGES += \
audio.primary.msm8998 \