summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-08-17 18:36:09 -0700
committerEric Laurent <elaurent@google.com>2011-08-23 12:38:45 -0700
commitb3184d71bc6cee9fcbb36343e379143329be00ce (patch)
tree15a8ce884df91c5e36d3c927c109f6806d20360e /CleanSpec.mk
parent31e37a4be96d6a782d09321264a9465e4f57a5a6 (diff)
downloadandroid_system_media-b3184d71bc6cee9fcbb36343e379143329be00ce.tar.gz
android_system_media-b3184d71bc6cee9fcbb36343e379143329be00ce.tar.bz2
android_system_media-b3184d71bc6cee9fcbb36343e379143329be00ce.zip
Converted libaudioutils implementation to C.
Converted libaudioutils implementation and interfaces from C++ to C and removed dependencies from frameworks/base classes so that it can be used by any audio HAL implementation. Change-Id: I3f7ce541be8495d41864661451540971b067359b
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 599de4ac..2422a698 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,6 +50,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filter
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST