Move hardcoded bazel flags from soong_ui to common.bazelrc. am: 70b7eeed1c
am: 3b478b35f4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1488616 Change-Id: I7f4c70fea00b26a11d54ce9016c15c8a1bfcac07
This commit is contained in:
commit
93f4fac890
|
@ -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(),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue