Clean SOONG_HOST_OUT for moving rust and sh_binary modules

Bug: 204136549
Bug: 205530905
Test: m checkbuild
Test: m && acloud create --local-instance --local-image
Change-Id: I51c2b94bccff3893b9b7c88f08a798a5daccb0f5
This commit is contained in:
Colin Cross
2021-11-08 12:39:26 -08:00
parent 2f1bd70c9c
commit cf5c18aa8e

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