Merge "Cleanspec to remove tools/metalava subdir" into main am: 5922b630c5
Original change: https://android-review.googlesource.com/c/platform/build/+/2754005 Change-Id: I70e30741426f093bc48c2650515c2a285082dcf4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a438b6dae2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in a new issue