OSDN Git Service

clean step for build.prop
authorMathias Agopian <mathias@google.com>
Tue, 24 Nov 2009 07:14:44 +0000 (23:14 -0800)
committerMathias Agopian <mathias@google.com>
Tue, 24 Nov 2009 07:14:44 +0000 (23:14 -0800)
cleanspec.mk

index 5bf4278..40b62e0 100644 (file)
@@ -105,6 +105,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
 
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST