Merge "Flip on Bazel mixed builds by default"

This commit is contained in:
Christopher Parsons
2022-11-02 16:09:28 +00:00
committed by Gerrit Code Review

View File

@@ -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 {