summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-05-07 17:10:12 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2012-05-07 17:10:12 -0700
commitd3763c42144612bf2bf17bcdf1f1e75832b5dafd (patch)
tree3660d8c29e40c0e42b9991b74304bceb9775139d
parent8e67348b515636ec8314da44b3f583c5d053e81a (diff)
downloadbuild-d3763c42144612bf2bf17bcdf1f1e75832b5dafd.zip
build-d3763c42144612bf2bf17bcdf1f1e75832b5dafd.tar.gz
build-d3763c42144612bf2bf17bcdf1f1e75832b5dafd.tar.bz2
Make audio downmixer part of the core platform
Add the multichannel audio downmix effect to the core platform, as it is now a core feature of the media framework. Bug 6456547 Change-Id: I35f88f6bffc131d5fe837c3767879f2536cec05b
-rw-r--r--target/product/core.mk1
-rw-r--r--target/product/generic_no_telephony.mk3
2 files changed, 2 insertions, 2 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index 8170c2f..716f9f7 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -75,6 +75,7 @@ PRODUCT_PACKAGES := \
libaudiopreprocessing \
libaudioutils \
libcrypto \
+ libdownmix \
libdvm \
libdrmframework \
libdrmframework_jni \
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index 6135cc3..327816d 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -53,8 +53,7 @@ PRODUCT_PACKAGES += \
librs_jni \
libvideoeditor_jni \
libvideoeditorplayer \
- libvideoeditor_core \
- libdownmix
+ libvideoeditor_core
PRODUCT_PACKAGES += \
audio.primary.default \