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

Commit 8c7c58ae authored by Usta Shrestha's avatar Usta Shrestha Committed by Gerrit Code Review
Browse files

Merge "soong_ui to reject "showcommands""

parents c471c4b2 96ff7227
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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 {