Skip to content

Commit 3743495

Browse files
authored
fix: Make bool_flag public (#14961)
1 parent 6055c70 commit 3743495

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ cc_library(
150150
bool_flag(
151151
name = "enable-ctype-cord-workaround",
152152
build_setting_default = False,
153-
visibility = ["//:__subpackages__"],
154153
)
155154

156155
cc_library(
@@ -259,5 +258,4 @@ cc_library(
259258
bool_flag(
260259
name = "enable_opentelemetry",
261260
build_setting_default = False,
262-
visibility = ["//:__subpackages__"],
263261
)

0 commit comments

Comments
 (0)