diff --git a/cpp/core/BUILD b/cpp/core/BUILD index 6a6ebd27..c5957521 100644 --- a/cpp/core/BUILD +++ b/cpp/core/BUILD @@ -22,6 +22,7 @@ cc_library( ], visibility = [ "//googlemac/iPhone/Shared/Nearby/Connections_v2:__subpackages__", + "//location/nearby/connections/windows:__subpackages__", ], deps = [ ":core_types", diff --git a/cpp/platform/impl/windows/BUILD b/cpp/platform/impl/windows/BUILD index 25c2086e..87b89b48 100644 --- a/cpp/platform/impl/windows/BUILD +++ b/cpp/platform/impl/windows/BUILD @@ -78,6 +78,9 @@ cc_library( srcs = [ "platform.cc", ], + visibility = [ + "//location/nearby/connections/windows:__subpackages__", + ], deps = [ ":comm", ":crypto", # build_cleaner: keep