OSDN Git Service

Update cleanspec to fix build issue
authorMichael Jurka <mikejurka@google.com>
Mon, 21 May 2012 20:44:50 +0000 (13:44 -0700)
committerMichael Jurka <mikejurka@google.com>
Mon, 21 May 2012 20:45:47 +0000 (13:45 -0700)
Change-Id: I5f26adbf30da682ada1288557ab600850b2ba681

CleanSpec.mk

index e851820..c132395 100644 (file)
@@ -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