Add out/partitions_were_clean_at_start_of_build.txt

Test: Presubmits
Change-Id: I1c7025f2c7594ae84b740ccbae4dcbc933b8cdf6
This commit is contained in:
Cole Faust
2023-10-04 17:00:22 -07:00
parent 29c559b785
commit 39ec9276a7
4 changed files with 52 additions and 1 deletions

View File

@@ -298,6 +298,8 @@ func Build(ctx Context, config Config) {
runMakeProductConfig(ctx, config)
}
checkForCleanPartitions(ctx, config)
// Everything below here depends on product config.
if inList("installclean", config.Arguments()) ||