Skip to content

Commit

Permalink
[build] Restrict grpc++_public_hdrs target to internal visibility (gr…
Browse files Browse the repository at this point in the history
…pc#38646)

Closes grpc#38646

COPYBARA_INTEGRATE_REVIEW=grpc#38646 from drfloob:private-grpcpp-public-hdrs 9903584
PiperOrigin-RevId: 721428133
  • Loading branch information
drfloob authored and copybara-github committed Jan 30, 2025
1 parent 2151e4c commit d3e51f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _update_visibility(visibility):
"grpc_public_hdrs": PRIVATE,
"grpcpp_gcp_observability": PUBLIC,
"grpc_resolver_fake": PRIVATE,
"grpc++_public_hdrs": PUBLIC,
"grpc++_public_hdrs": PRIVATE,
"http": PRIVATE,
"httpcli": PRIVATE,
"iomgr_internal_errqueue": PRIVATE,
Expand Down

0 comments on commit d3e51f8

Please sign in to comment.