summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-09-20 09:12:43 -0700
committerJason Sams <jsams@google.com>2012-09-20 09:12:43 -0700
commit1dd273a7df89214c60a2e1ad87db224331f877c6 (patch)
tree9458e5c2733a57ebe45acb99ce9f2eb2ee202ae7 /CleanSpec.mk
parent97e9ee2ea894a6946f3d6346b5d258ed1ca9eae8 (diff)
downloadframeworks_base-1dd273a7df89214c60a2e1ad87db224331f877c6.zip
frameworks_base-1dd273a7df89214c60a2e1ad87db224331f877c6.tar.gz
frameworks_base-1dd273a7df89214c60a2e1ad87db224331f877c6.tar.bz2
add cleanspec.
Change-Id: I5aa58efa7c48809d1f05c8ad48332508597b9869
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 61e5b4c..8711ad7 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -134,6 +134,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/accessibilityservice/IAccessibilityServiceClient.P)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************