summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-07-12 10:31:06 -0700
committerWink Saville <wink@google.com>2012-07-12 10:31:06 -0700
commit92bd5f95ca078a795db7c2efd30e85d4260561de (patch)
tree4396db49005a0df2562512acbe09ba16f8e680f3 /CleanSpec.mk
parent7914fdbfa6bf49b1b346c40e1f234b2a8ed7bc63 (diff)
downloadframeworks_base-92bd5f95ca078a795db7c2efd30e85d4260561de.zip
frameworks_base-92bd5f95ca078a795db7c2efd30e85d4260561de.tar.gz
frameworks_base-92bd5f95ca078a795db7c2efd30e85d4260561de.tar.bz2
Update cleanspec
mms and telephony have been moved remove the framework_intermediates. Change-Id: I49c2128ebaddfdae6cfa91913b739900d0f8d91b
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 0d8a7cd..61e5b4c 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -133,6 +133,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/IAccessibilityServiceClientCallback.P)
$(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)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************