Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Cleanspec to remove tools/metalava subdir" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkammer authored and Gerrit Code Review committed Sep 15, 2023
2 parents b25e443 + c4d9d32 commit 5922b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,9 @@ $(call add-clean-step, rm -rf $(SOONG_HOST_OUT))
# Don't use SOONG_HOST_OUT, it is now an alias for HOST_OUT.
$(call add-clean-step, rm -rf $(OUT_DIR)/soong/host)

# Clear out tools/metalava Bazel output dir
$(call add-clean-step, rm -rf $(OUT_DIR)/bazel/output/execroot/__main__/bazel-out/mixed_builds_product-*/bin/tools/metalava)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************

0 comments on commit 5922b63

Please sign in to comment.