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:
commit
b813b673dd
|
@ -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