Merge "Only print the Bazel command line once."

This commit is contained in:
Treehugger Robot 2020-12-07 13:46:40 +00:00 committed by Gerrit Code Review
commit 25c14959a2
1 changed files with 0 additions and 3 deletions

View File

@ -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(), "..")