Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70b7eeed authored by Jingwen Chen's avatar Jingwen Chen
Browse files

Move hardcoded bazel flags from soong_ui to common.bazelrc.



Test: USE_BAZEL=1 m
Signed-off-by: default avatarJingwen Chen <jingwen@google.com>
Change-Id: Ib675dba8bfaf615bf3752a4bb4531b818526f267
parent af3bf0dd
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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(),
	}