diff --git a/connections/BUILD b/connections/BUILD index 35b1ed12..04cc0ff9 100644 --- a/connections/BUILD +++ b/connections/BUILD @@ -26,6 +26,7 @@ cc_library( "//connections:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", "//location/nearby/testing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":core_types", @@ -72,6 +73,7 @@ cc_library( "//connections:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", "//location/nearby/testing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//internal/platform:base", diff --git a/connections/implementation/BUILD b/connections/implementation/BUILD index 546f98ce..187965ba 100644 --- a/connections/implementation/BUILD +++ b/connections/implementation/BUILD @@ -107,6 +107,7 @@ cc_library( "//connections:__pkg__", "//connections/implementation/fuzzers:__pkg__", "//location/nearby/cpp/sharing/implementation:__pkg__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//connections:core_types", diff --git a/internal/analytics/BUILD b/internal/analytics/BUILD index f4ad1099..4d6bfc2d 100644 --- a/internal/analytics/BUILD +++ b/internal/analytics/BUILD @@ -24,6 +24,7 @@ cc_library( "//location/nearby/analytics/cpp:__subpackages__", "//location/nearby/cpp/experiments:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = ["@com_google_protobuf//:protobuf"], ) diff --git a/internal/base/BUILD b/internal/base/BUILD index 9a7310cd..a07f30d3 100644 --- a/internal/base/BUILD +++ b/internal/base/BUILD @@ -17,6 +17,7 @@ cc_library( "//internal/platform:__pkg__", "//location/nearby/cpp/experiments:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//internal/platform:types", @@ -40,6 +41,7 @@ cc_library( "//fastpair:__subpackages__", "//internal:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "@com_google_absl//absl/strings", diff --git a/internal/network/BUILD b/internal/network/BUILD index 95fcecec..802ea1da 100644 --- a/internal/network/BUILD +++ b/internal/network/BUILD @@ -24,6 +24,7 @@ cc_library( "//internal:__pkg__", "//internal:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//internal/platform:types", @@ -50,6 +51,7 @@ cc_library( "//internal:__pkg__", "//internal:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":types", diff --git a/internal/platform/BUILD b/internal/platform/BUILD index 1b95292a..64d0a326 100644 --- a/internal/platform/BUILD +++ b/internal/platform/BUILD @@ -54,6 +54,7 @@ cc_library( "//internal/weave:__pkg__", "//location/nearby/cpp:__subpackages__", "//presence:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//proto:connections_enums_cc_proto", @@ -365,6 +366,7 @@ cc_library( "//location/nearby/cpp:__subpackages__", "//location/nearby/testing/nearby_native:__subpackages__", "//presence:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":base", diff --git a/internal/platform/implementation/BUILD b/internal/platform/implementation/BUILD index d2d9b6be..4d061537 100644 --- a/internal/platform/implementation/BUILD +++ b/internal/platform/implementation/BUILD @@ -50,6 +50,7 @@ cc_library( "//location/nearby/cpp/common:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", "//presence:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ "//internal/crypto", @@ -121,6 +122,7 @@ cc_library( "//internal/platform:__pkg__", "//internal/platform/implementation:__subpackages__", "//location/nearby/cpp/sharing:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":comm", diff --git a/internal/platform/implementation/apple/BUILD b/internal/platform/implementation/apple/BUILD index 7ae54b0b..ef78432a 100644 --- a/internal/platform/implementation/apple/BUILD +++ b/internal/platform/implementation/apple/BUILD @@ -17,6 +17,7 @@ package(default_visibility = [ "//connections:__subpackages__", "//internal/platform/implementation/apple:__subpackages__", "//location/nearby:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ]) objc_library( diff --git a/internal/platform/implementation/g3/BUILD b/internal/platform/implementation/g3/BUILD index bef09ade..b20cd459 100644 --- a/internal/platform/implementation/g3/BUILD +++ b/internal/platform/implementation/g3/BUILD @@ -39,6 +39,7 @@ cc_library( visibility = [ "//internal/test:__subpackages__", "//location/nearby/cpp:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":preferences_repository", @@ -152,6 +153,7 @@ cc_library( "//internal/weave:__subpackages__", "//location/nearby/cpp:__subpackages__", "//presence:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":comm", diff --git a/internal/platform/implementation/windows/BUILD b/internal/platform/implementation/windows/BUILD index a9468e61..4ba8c0de 100644 --- a/internal/platform/implementation/windows/BUILD +++ b/internal/platform/implementation/windows/BUILD @@ -42,7 +42,7 @@ cc_library( ], copts = ["-Ithird_party/nearby/internal/platform/implementation/windows/generated"], defines = ["_SILENCE_CLANG_COROUTINE_MESSAGE"], - visibility = ["//location/nearby/cpp/sharing/implementation/internal/impl/windows:__pkg__"], + visibility = ["//third_party/nearby/sharing/internal/impl/windows:__pkg__"], deps = [ ":comm", "//base", @@ -191,6 +191,7 @@ cc_library( "//fastpair:__subpackages__", "//location/nearby:__subpackages__", "//presence:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], deps = [ ":comm", diff --git a/internal/platform/implementation/windows/generated/BUILD b/internal/platform/implementation/windows/generated/BUILD index 41c74916..39e0a2b2 100644 --- a/internal/platform/implementation/windows/generated/BUILD +++ b/internal/platform/implementation/windows/generated/BUILD @@ -44,5 +44,6 @@ cc_library( "//internal:__subpackages__", "//internal/platform/implementation/windows:__subpackages__", "//location/nearby/cpp/sharing/implementation/internal:__subpackages__", + "//third_party/nearby/sharing:__subpackages__", ], )