summaryrefslogtreecommitdiffstats
path: root/CleanSpec.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 /CleanSpec.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 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 9bf8c6f..39a44eb 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -64,3 +64,4 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/lib/camera.s5
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/camera.s5pc110_intermediates/LINKED/camera.s5pc110.so)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/symbols/system/lib/hw/camera.s5pc110.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Tag.apk)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/STATIC_LIBRARIES/libaudioutils_intermediates)