Skip to content
Snippets Groups Projects
Commit 4a7f0677 authored by Colin Cross's avatar Colin Cross
Browse files

Clean junit4-target files

Incremental builders were failing to detect a real build breakage,
but treehugger was seeing it and failing all changes in presubmit.
Clean the stale files so it doesn't happen again.

Bug: 34528444
Test: cleans
Change-Id: I0320bad5f5f9292e88d03be3e29606833d18cb55
parent e4d16fba
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/junit4-target_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment