summaryrefslogtreecommitdiffstats
path: root/device_base.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-08-17 09:07:18 -0700
committerEric Laurent <elaurent@google.com>2011-08-18 12:30:00 -0700
commit89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba (patch)
tree51e61daf0e50e5cca79672f01f2976c2584be26b /device_base.mk
parent6a4e3eaae7232c607aa19c8fc376fb1e894eb413 (diff)
downloaddevice_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.zip
device_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.tar.gz
device_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.tar.bz2
Create library for common audio HAL functions
Moved echo reference and resampler code to audio utils library so that they can be shared by other audio HALs. Change-Id: I7ab88843cc58ecc276bc4ccbbdc826c8c0b4a430
Diffstat (limited to 'device_base.mk')
-rw-r--r--device_base.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device_base.mk b/device_base.mk
index e44ee58..d9404e6 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -117,7 +117,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
audio_policy.herring \
audio.primary.herring \
- audio.a2dp.default
+ audio.a2dp.default \
+ libaudioutils
# Libs
PRODUCT_PACKAGES += \