Merge "Clean SOONG_HOST_OUT for moving rust and sh_binary modules"

This commit is contained in:
Treehugger Robot
2021-11-09 16:29:36 +00:00
committed by Gerrit Code Review

View File

@@ -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
# ************************************************