summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2014-07-25 13:29:59 -0700
committerErik Pasternak <roboerik@android.com>2014-07-25 20:36:50 +0000
commit2726e0a6eb6443f832a356c638d1831c3cbe2182 (patch)
tree1369ac302b4394916c48d165dd28d0babc3aec4d /CleanSpec.mk
parent4758b4134aed6b067413d4e5ba228f27aa184dbc (diff)
downloadframeworks_base-2726e0a6eb6443f832a356c638d1831c3cbe2182.zip
frameworks_base-2726e0a6eb6443f832a356c638d1831c3cbe2182.tar.gz
frameworks_base-2726e0a6eb6443f832a356c638d1831c3cbe2182.tar.bz2
Add clean step to remove old framework intermediates
The framework intermediates path moved. Failing to notice this will cause your classpath to be wrong and you'll get red on new aidl methods. This removes the old path which makes it more obvious that it's moved. Change-Id: If1a36fefc703b7899e09687e2de598c3830fa72e
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 3014e0f..abec4c8 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -212,6 +212,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-base_intermediates/src/telecomm/java/com/android/internal/telecomm)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
$(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)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER