OSDN Git Service

Remove tcpdump from the old location (it's now in system/xbin)
authorDan Egnor <egnor@google.com>
Fri, 15 May 2009 20:05:52 +0000 (13:05 -0700)
committerDan Egnor <egnor@google.com>
Fri, 15 May 2009 20:05:52 +0000 (13:05 -0700)
cleanspec.mk

index a36a9d3..50a1f1f 100644 (file)
@@ -77,6 +77,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.an
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIMEGoogleService_intermediates)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/telephony)
 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/bin/tcpdump)
 
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST