Expand visibility of amalgamation targets.

This will give us more freedom to refactor PHP and Ruby runtimes as part of go/protobuf-bazelification.

PiperOrigin-RevId: 493074147
pull/13171/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent a07c5d3fe8
commit 1fee6d8327
  1. 4
      BUILD

@ -1044,7 +1044,7 @@ upb_amalgamation(
],
prefix = "php-",
strip_import_prefix = ["src"],
visibility = ["@com_google_protobuf//php:__pkg__"],
visibility = ["@com_google_protobuf//php:__subpackages__"],
)
cc_library(
@ -1081,7 +1081,7 @@ upb_amalgamation(
],
prefix = "ruby-",
strip_import_prefix = ["src"],
visibility = ["@com_google_protobuf//ruby:__pkg__"],
visibility = ["@com_google_protobuf//ruby:__subpackages__"],
)
cc_library(

Loading…
Cancel
Save