summaryrefslogtreecommitdiff
authorPatrick Rohr <prohr@google.com>2020-02-13 15:08:14 (GMT)
committer Patrick Rohr <prohr@google.com>2020-02-13 15:21:32 (GMT)
commite414e964d41d46c2ca4cc4c6143592de038c7c79 (patch)
tree5b50bc4c75456b5e70d9cdfc02213495dfd00560
parent960ad133385fb1f3aedca25ebbd0ae5989b24310 (diff)
downloadcommon-e414e964d41d46c2ca4cc4c6143592de038c7c79.zip
common-e414e964d41d46c2ca4cc4c6143592de038c7c79.tar.gz
common-e414e964d41d46c2ca4cc4c6143592de038c7c79.tar.bz2
Temporarily Remove libvirtualsurround From Build
After a change in aosp/1197839, libvirtualsurround failed to build due to dependencies that were removed in the libeffects clean up. This is a (hopefully) temporary fix while we investigate aosp/1197839. Without removing this line all amlogic devices on rvc/master fail to build. Bug: 149457200 Test: Tested on ADT3. Change-Id: I3774e2321f977a699cd60a2102e04eed217fd5a9
Diffstat
-rw-r--r--audio.mk1
-rw-r--r--audio/audio_effects.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/audio.mk b/audio.mk
index 83b093f..4363f73 100644
--- a/audio.mk
+++ b/audio.mk
@@ -32,7 +32,6 @@ PRODUCT_PACKAGES += \
libhpeqwrapper \
libsrswrapper \
libtreblebasswrapper \
- libvirtualsurround \
#PRODUCT_COPY_FILES += \
# $(TARGET_PRODUCT_DIR)/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \
diff --git a/audio/audio_effects.xml b/audio/audio_effects.xml
index 5d71e99..c87e343 100644
--- a/audio/audio_effects.xml
+++ b/audio/audio_effects.xml
@@ -14,7 +14,6 @@
<library name="balance" path="libbalance.so"/>
<library name="srs" path="libsrswrapper.so"/>
<library name="treblebass" path="libtreblebasswrapper.so"/>
- <library name="virtualsurround" path="libvirtualsurround.so"/>
</libraries>
<effects>
<effect name="bassboost" library="bundle" uuid="8631f300-72e2-11df-b57e-0002a5d5c51b"/>