From 03e0999ed75406a72bb73a7ced6459f7070507f4 Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Tue, 6 Nov 2018 06:27:39 +0000 Subject: [PATCH] Revert "audio: Enable Waves effect" This reverts commit c1a57ef03602d3f91c4e253187a60e40c3148a31. Reason for revert: There are regressions and it needs more time to debug. We decide to revert it first since the cutoff data of Feb. QPR is close. bug: 119152162 Change-Id: Iabf587b8da713dd79b734c27d912eed86635dd59 --- BoardConfig.mk | 1 - device.mk | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f274d6b6..b502a35b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -129,7 +129,6 @@ 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 diff --git a/device.mk b/device.mk index 9afbc6a8..2b4a4289 100755 --- a/device.mk +++ b/device.mk @@ -481,8 +481,7 @@ PRODUCT_PACKAGES += \ libqcomvisualizer \ libqcomvoiceprocessing \ libqcomvoiceprocessingdescriptors \ - libqcompostprocbundle \ - libmalistener + libqcompostprocbundle PRODUCT_PACKAGES += \ audio.primary.msm8998 \