summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2013-06-24 14:48:03 -0700
committerSelim Gurun <sgurun@google.com>2013-06-24 14:48:03 -0700
commit59076243120d1b5fd0c0ac84497da040c6cb186f (patch)
tree6a5568baf9cf2b9cf707c4ea7be945ce2c35c6d4 /CleanSpec.mk
parent44bd61efbfefb352ec2138915169eb63ff6724e5 (diff)
downloadframeworks_base-59076243120d1b5fd0c0ac84497da040c6cb186f.zip
frameworks_base-59076243120d1b5fd0c0ac84497da040c6cb186f.tar.gz
frameworks_base-59076243120d1b5fd0c0ac84497da040c6cb186f.tar.bz2
Update cleanspec.
Update cleanspec to handle rename in I0df438e45ef540cc42c9ee5baafc816ebafa1c7b. Change-Id: Ifc5abe794017d1dbc4a49c645751b71e3b08c0ef
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 0c3ccec..6118fc3 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -161,6 +161,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/com/android/internal/view/IInputMethodCallback.*)
$(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/JAVA_LIBRARIES/framework_intermediates)
+$(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
# ************************************************