Add upb to test_messages_proto2_proto and test_messages_proto3_proto visibility (#10724)

pull/10726/head
zhangskz 2 years ago committed by GitHub
parent edb7ef962d
commit 6d754dc85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/BUILD.bazel

@ -546,6 +546,7 @@ proto_library(
visibility = [
"//:__pkg__",
"//conformance:__pkg__",
"@upb//:__subpackages__",
],
)
@ -556,6 +557,7 @@ proto_library(
visibility = [
"//:__pkg__",
"//conformance:__pkg__",
"@upb//:__subpackages__",
],
deps = [
":any_proto",

Loading…
Cancel
Save