Add some of the np info into ns credential

PiperOrigin-RevId: 655734149
This commit is contained in:
hai007
2024-07-24 16:16:16 -07:00
committed by Copybara-Service
parent 357635251d
commit 65df1e8195
+9 -2
View File
@@ -19,7 +19,11 @@ load("@rules_proto//proto:defs.bzl", "proto_library")
proto_library(
name = "credential_proto",
srcs = ["credential.proto"],
visibility = ["//location/nearby/presence/proto:__pkg__"],
visibility = [
"//google/internal/location/nearby/sharing/v1:__pkg__",
"//location/nearby/presence/proto:__pkg__",
"//location/nearby/sharing/proto:__pkg__",
],
)
cc_proto_library(
@@ -33,7 +37,10 @@ cc_proto_library(
proto_library(
name = "local_credential_proto",
srcs = ["local_credential.proto"],
visibility = ["//location/nearby/presence/proto:__pkg__"],
visibility = [
"//location/nearby/presence/proto:__pkg__",
"//location/nearby/sharing/proto:__pkg__",
],
deps = [":credential_proto"],
)