From 44aadc773326b1548615ad60b6de4e51776b0d81 Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Fri, 15 May 2009 13:05:52 -0700 Subject: [PATCH] Remove tcpdump from the old location (it's now in system/xbin) --- cleanspec.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanspec.mk b/cleanspec.mk index a36a9d3885..50a1f1f0a7 100644 --- a/cleanspec.mk +++ b/cleanspec.mk @@ -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