Move hardcoded bazel flags from soong_ui to common.bazelrc. am: 70b7eeed1c am: 3b478b35f4 am: 93f4fac890

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1488616

Change-Id: I2bdc8d4475963f49f0e8067584cc2f5cb69558d6
This commit is contained in:
Jingwen Chen 2020-11-05 13:56:38 +00:00 committed by Automerger Merge Worker
commit b813b673dd
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ func runBazel(ctx Context, config Config) {
bazelExecutable := filepath.Join("tools", "bazel")
args := []string{
"build",
"--verbose_failures",
"--show_progress_rate_limit=0.05",
"--color=yes",
"--curses=yes",
"--show_timestamps",
"--announce_rc",
"--output_groups=" + outputGroups,
"//:" + config.TargetProduct() + "-" + config.TargetBuildVariant(),
}