OSDN Git Service

Remove RS intermediates to trigger a clean build.
authorStephen Hines <srhines@google.com>
Tue, 5 Feb 2013 02:19:04 +0000 (18:19 -0800)
committerStephen Hines <srhines@google.com>
Tue, 5 Feb 2013 02:19:04 +0000 (18:19 -0800)
Change-Id: I4925dbf21b81876bac85413f8057049e84ca324c

CleanSpec.mk

index cc930a1..eff98bb 100644 (file)
@@ -47,6 +47,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Camera*)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Camera*)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Gallery*)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*)
 
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST