diff options
author | Eric Laurent <elaurent@google.com> | 2011-06-17 19:48:54 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2011-07-17 14:37:50 -0700 |
commit | 35787e0d5b2408a6a7b8c266e6947e9f824ea104 (patch) | |
tree | 4c3ef6aea1085a445aeeace4afc7a39f0099481b /target/product | |
parent | 50bab231785daa2ce2c4db83430e44e14111ca94 (diff) | |
download | build-35787e0d5b2408a6a7b8c266e6947e9f824ea104.zip build-35787e0d5b2408a6a7b8c266e6947e9f824ea104.tar.gz build-35787e0d5b2408a6a7b8c266e6947e9f824ea104.tar.bz2 |
Added audio pre processing library
Added wrapper library on top of webrtc audio processing modules.
Change-Id: I72105accb5d2159d5d69d28ec5b557a888b06e63
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/core.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index 7ccd88f..f3be016 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -99,7 +99,8 @@ PRODUCT_PACKAGES := \ screencap \ sensorservice \ libspeexresampler \ - libwebrtc_audio_preprocessing + libwebrtc_audio_preprocessing \ + libaudiopreprocessing # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true) |