Merge "Only print the Bazel command line once."
This commit is contained in:
commit
25c14959a2
|
@ -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(), "..")
|
||||
|
||||
|
|
Loading…
Reference in New Issue