Enabled the visibility of analytics to Nearby Sharing

PiperOrigin-RevId: 452109359
This commit is contained in:
guogang
2022-05-31 12:16:26 -07:00
committed by Copybara-Service
parent 0521012f83
commit 93bc497872
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ cc_library(
],
visibility = [
"//connections:__subpackages__",
"//location/nearby/cpp/sharing:__subpackages__",
],
deps = ["@com_google_protobuf//:protobuf"],
)
+11
View File
@@ -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"],
+1
View File
@@ -312,6 +312,7 @@ enum OSType {
ANDROID = 1;
CHROME_OS = 2;
IOS = 3;
WINDOWS = 4;
}
// Relationship of remote device to sender device.