From 2726e0a6eb6443f832a356c638d1831c3cbe2182 Mon Sep 17 00:00:00 2001 From: RoboErik Date: Fri, 25 Jul 2014 13:29:59 -0700 Subject: 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 --- CleanSpec.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 3014e0f4285d..abec4c8429a8 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 -- cgit v1.2.3