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

Commit 25c14959 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Only print the Bazel command line once."

parents 5e269711 561f2f2d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -156,9 +156,6 @@ func runBazel(ctx Context, config Config) {
		"//:"+config.TargetProduct()+"-"+config.TargetBuildVariant(),
	)

	// Print the full command line for debugging purposes.
	ctx.Println(cmd.Cmd)

	// Execute the command at the root of the directory.
	cmd.Dir = filepath.Join(config.OutDir(), "..")