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
This commit is contained in:
Jean-Michel Trivi
2012-05-07 17:10:12 -07:00
parent 8e67348b51
commit d3763c4214
2 changed files with 2 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ PRODUCT_PACKAGES := \
libaudiopreprocessing \ libaudiopreprocessing \
libaudioutils \ libaudioutils \
libcrypto \ libcrypto \
libdownmix \
libdvm \ libdvm \
libdrmframework \ libdrmframework \
libdrmframework_jni \ libdrmframework_jni \

View File

@@ -53,8 +53,7 @@ PRODUCT_PACKAGES += \
librs_jni \ librs_jni \
libvideoeditor_jni \ libvideoeditor_jni \
libvideoeditorplayer \ libvideoeditorplayer \
libvideoeditor_core \ libvideoeditor_core
libdownmix
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
audio.primary.default \ audio.primary.default \