diff options
author | Eric Laurent <elaurent@google.com> | 2013-09-06 10:37:51 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2013-09-06 10:46:05 -0700 |
commit | aaa85b948edf0baaad6a5886d2808c8313425b6a (patch) | |
tree | 8aeee61b03b56d06ec7152b3fea423f3f62d0060 /target | |
parent | 9cf0912352163fb0c9a08221b44be23eccdffc15 (diff) | |
download | build-aaa85b948edf0baaad6a5886d2808c8313425b6a.zip build-aaa85b948edf0baaad6a5886d2808c8313425b6a.tar.gz build-aaa85b948edf0baaad6a5886d2808c8313425b6a.tar.bz2 |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/product/base.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/base.mk b/target/product/base.mk index 95b09dd..7ecc737 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 \ |