From 1fee6d8327a5e8ee0c1a33e674f0e6795edc348e Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Mon, 5 Dec 2022 12:03:38 -0800 Subject: [PATCH] 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 --- BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD b/BUILD index b193f89d15..d2167eae8e 100644 --- a/BUILD +++ b/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(