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