Automated visibility attribute cleanup.

PiperOrigin-RevId: 542896809
This commit is contained in:
hai007
2023-06-23 10:34:27 -07:00
committed by Copybara-Service
parent 80ddcbe0fc
commit d91f7e6f44
+3 -1
View File
@@ -33,7 +33,9 @@ cc_proto_library(
proto_library(
name = "metadata_proto",
srcs = ["metadata.proto"],
visibility = ["//location/nearby/presence/proto:__pkg__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
)
proto_library(