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

Commit 3a7c7a01 authored by Liz Kammer's avatar Liz Kammer Committed by Automerger Merge Worker
Browse files

Merge "Cleanspec to remove tools/metalava subdir" into main am: 5922b630 am:...

Merge "Cleanspec to remove tools/metalava subdir" into main am: 5922b630 am: a438b6da am: 4ca5355d

Original change: https://android-review.googlesource.com/c/platform/build/+/2754005



Change-Id: I66c5160208bcfd93dfd71b366efbbf75844b0989
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 052db66c 4ca5355d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
# ************************************************