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

Commit 737415bb authored by Christopher Parsons's avatar Christopher Parsons Committed by Gerrit Code Review
Browse files

Merge "Flip on Bazel mixed builds by default"

parents 52eb14f6 035e03af
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -246,9 +246,7 @@ func defaultBazelProdMode(cfg *configImpl) bool {
	if runtime.GOOS == "darwin" {
		return false
	}
	// TODO(b/255364055): Flip this to true to enable bazel-mode by default
	// for all users that don't opt out with BUILD_BROKEN_DISABLE_BAZEL.
	return false
	return true
}

func NewConfig(ctx Context, args ...string) Config {