diff --git a/internal/proto/BUILD b/internal/proto/BUILD index 391910fc..0cd7e234 100644 --- a/internal/proto/BUILD +++ b/internal/proto/BUILD @@ -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(