X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=CleanSpec.mk;h=c7cf940fd217ba4f5b27d17e10e863b6852fb66d;hb=8450fd17b1866026e539ecdf93f93eae587d944f;hp=ae2f3adb6143abac5d7e84df98578a30486ef697;hpb=ca17708880ce75d6487ff6f87ff013ff4c9d78d5;p=android-x86%2Fframeworks-base.git diff --git a/CleanSpec.mk b/CleanSpec.mk index ae2f3adb6143..c7cf940fd217 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -218,6 +218,9 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/androi $(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) +$(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