Internal Code Change

PiperOrigin-RevId: 550797615
pull/13675/head^2
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 9e92800395
commit 512bb9ed86
  1. 8
      upb/conformance/BUILD

@ -61,14 +61,18 @@ upb_proto_reflection_library(
upb_proto_reflection_library(
name = "test_messages_proto2_upbdefs",
testonly = 1,
visibility = ["//:__subpackages__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = ["@com_google_protobuf//src/google/protobuf:test_messages_proto2_proto"],
)
upb_proto_reflection_library(
name = "test_messages_proto3_upbdefs",
testonly = 1,
visibility = ["//:__subpackages__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = ["@com_google_protobuf//src/google/protobuf:test_messages_proto3_proto"],
)

Loading…
Cancel
Save