We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c19d50 commit 5ade215Copy full SHA for 5ade215
bazel/toolchains/BUILD
@@ -44,6 +44,7 @@ filegroup(
44
# The public API users set
45
bool_flag(
46
name = "prefer_prebuilt_protoc",
47
+ # TODO(alexeagle): this should be True after the feature is vetted with some adoption
48
build_setting_default = False,
49
visibility = ["//visibility:public"],
50
)
0 commit comments