Skip to content

Commit

Permalink
Update config_setting visibility in support of --incompatible_config_…
Browse files Browse the repository at this point in the history
…setting_private_default_visibility.

For bazelbuild/bazel#12933.

PiperOrigin-RevId: 486230747
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 4, 2022
1 parent 306123e commit 0f4fffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ upb_fasttable_enabled(
config_setting(
name = "fasttable_enabled_setting",
flag_values = {"//:fasttable_enabled": "true"},
visibility = ["//visibility:public"],
)

upb_proto_library_copts(
Expand Down

0 comments on commit 0f4fffe

Please sign in to comment.