Skip to content

Commit

Permalink
Expand visibility of amalgamation targets.
Browse files Browse the repository at this point in the history
This will give us more freedom to refactor PHP and Ruby runtimes as part of go/protobuf-bazelification.

PiperOrigin-RevId: 493074147
  • Loading branch information
mkruskal-google authored and Copybara-Service committed Dec 5, 2022
1 parent a07c5d3 commit 1fee6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 1fee6d8

Please sign in to comment.