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

Commit c2e17d32 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clean SOONG_HOST_OUT for moving rust and sh_binary modules" am:...

Merge "Clean SOONG_HOST_OUT for moving rust and sh_binary modules" am: 96f398c0 am: 4a03db70 am: 198461dd

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

Change-Id: Iaf0eef82141d3d1bb0708aeecdeee278505acafb
parents 25a7176c 198461dd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -763,6 +763,9 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/R)
# Most of SOONG_HOST_OUT_EXECUTABLES has been moved to HOST_OUT_EXECUTABLES
$(call add-clean-step, rm -rf $(SOONG_HOST_OUT))

# More of SOONG_HOST_OUT_EXECUTABLES has been moved to HOST_OUT_EXECUTABLES
$(call add-clean-step, rm -rf $(SOONG_HOST_OUT))

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