From a93f6fc65899d460e092a7000c49b8a844ed1ee9 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Fri, 18 May 2012 15:05:30 -0700 Subject: [PATCH] Fix incremental builds Change-Id: Iac9a31690ef5989b7b25282641345cf482d2170e --- CleanSpec.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index f78a1b2a4a..e851820542 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -47,6 +47,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST