From 46fe42f76dca93ec9c4f2ef9f0b8a6de24852d16 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Mon, 21 May 2012 13:44:50 -0700 Subject: Update cleanspec to fix build issue Change-Id: I5f26adbf30da682ada1288557ab600850b2ba681 --- CleanSpec.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index e85182054..c1323951b 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -48,6 +48,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_interm $(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) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST -- cgit v1.2.3