summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-08-06 09:24:34 -0700
committerJeff Sharkey <jsharkey@android.com>2014-08-06 09:28:58 -0700
commit609a324c7c463bcb104ad04de62ac559a13a2c79 (patch)
tree079a8ce8b215c452895fdba53fee18c5183b7713 /CleanSpec.mk
parent65e2685dbd06cf151686132f64a9c50e07c77998 (diff)
downloadframeworks_base-609a324c7c463bcb104ad04de62ac559a13a2c79.zip
frameworks_base-609a324c7c463bcb104ad04de62ac559a13a2c79.tar.gz
frameworks_base-609a324c7c463bcb104ad04de62ac559a13a2c79.tar.bz2
CleanSpec!
Change-Id: I0f2375c281ed24615604abf41aad6e976a5d5427
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index fff8a85..ae2f3ad 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -214,6 +214,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework.* $(PRODUCT_OUT)/system/framework2.*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework-base_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs-timestamp)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_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/services.core_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/services_intermediates)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER