From 9b39dcefcfab8cfe802304bcd2bb1bf33ea6a25a Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Tue, 22 Feb 2011 16:43:49 -0800 Subject: [PATCH] Fixing incremental build. Change-Id: I8b1d952384581279cd1d2934de6bb23bfabd640d --- CleanSpec.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index 337b30f0843a..6f9a1e15c5b3 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -90,6 +90,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libstagefright_aacdec_intermediates) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libstagefright_mp3dec_intermediates) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates/) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ModelViewer_intermediates/) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PerfTest_intermediates/) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/RSTest_intermediates/) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST -- 2.11.0