mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Enabled the visibility of analytics to Nearby Sharing
PiperOrigin-RevId: 452109359
This commit is contained in:
committed by
Copybara-Service
parent
0521012f83
commit
93bc497872
@@ -20,6 +20,7 @@ cc_library(
|
||||
],
|
||||
visibility = [
|
||||
"//connections:__subpackages__",
|
||||
"//location/nearby/cpp/sharing:__subpackages__",
|
||||
],
|
||||
deps = ["@com_google_protobuf//:protobuf"],
|
||||
)
|
||||
|
||||
+11
@@ -50,6 +50,17 @@ proto_library(
|
||||
srcs = ["sharing_enums.proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "sharing_enums_cc_proto",
|
||||
visibility = [
|
||||
"//location/nearby/cpp/sharing:__subpackages__",
|
||||
"//third_party/nearby:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
":sharing_enums_proto",
|
||||
],
|
||||
)
|
||||
|
||||
java_lite_proto_library(
|
||||
name = "sharing_enums_java_proto_lite",
|
||||
deps = [":sharing_enums_proto"],
|
||||
|
||||
@@ -312,6 +312,7 @@ enum OSType {
|
||||
ANDROID = 1;
|
||||
CHROME_OS = 2;
|
||||
IOS = 3;
|
||||
WINDOWS = 4;
|
||||
}
|
||||
|
||||
// Relationship of remote device to sender device.
|
||||
|
||||
Reference in New Issue
Block a user