Automated visibility attribute cleanup.

PiperOrigin-RevId: 551238351
pull/13675/head^2
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent cafbe958fd
commit 0f76a829b1
  1. 4
      protos_generator/tests/BUILD

@ -94,7 +94,9 @@ upb_cc_proto_library(
upb_cc_proto_library(
name = "naming_conflict_upb_cc_proto",
visibility = ["//protos:__pkg__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = [":naming_conflict_proto"],
)

Loading…
Cancel
Save