From d3763c42144612bf2bf17bcdf1f1e75832b5dafd Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Mon, 7 May 2012 17:10:12 -0700 Subject: 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 --- target/product/core.mk | 1 + target/product/generic_no_telephony.mk | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target') 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 \ -- cgit v1.1