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

Commit 561f2f2d authored by Rupert Shuttleworth's avatar Rupert Shuttleworth
Browse files

Only print the Bazel command line once.

Test: USE_BAZEL=1 m and USE_BAZEL=1 use_rbe m.
Change-Id: I8413e92d91c906f884628bedac6955575cf86a1c
parent 47132c49
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(), "..")