From aaa85b948edf0baaad6a5886d2808c8313425b6a Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 6 Sep 2013 10:37:51 -0700 Subject: [PATCH] add libeffectproxy for audio effects offloading libeffectproxy is used when offloading audio effects to a DSP. It is a framework component working with the audio effects factory in libeffects that must be present on all products. Bug: 8174034. Change-Id: I5035884735a370e9fe87467a45efbf24ba190886 --- target/product/base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base.mk b/target/product/base.mk index 95b09ddbe..7ecc7373f 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -44,6 +44,7 @@ PRODUCT_PACKAGES += \ libcameraservice \ libchromium_net \ libdl \ + libeffectproxy \ libeffects \ libinput \ libiprouteutil \