Merge "soong_ui to reject "showcommands""

This commit is contained in:
Usta Shrestha
2022-08-10 15:07:08 +00:00
committed by Gerrit Code Review

View File

@@ -489,11 +489,7 @@ func runMake(ctx build.Context, config build.Config, _ []string, logsDir string)
fmt.Fprintln(writer, "!")
fmt.Fprintln(writer, "! Older versions are saved in verbose.log.#.gz files")
fmt.Fprintln(writer, "")
select {
case <-time.After(5 * time.Second):
case <-ctx.Done():
return
}
ctx.Fatal("done")
}
if _, ok := config.Environment().Get("ONE_SHOT_MAKEFILE"); ok {