Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2223e3c2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1797 into donut

* changes:
  Remove tcpdump from the old location (it's now in system/xbin)
parents 9bd5404a 44aadc77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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