mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add some of the np info into ns credential
PiperOrigin-RevId: 655734149
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user