From 47d26955d02b1ac479062cdb5e37d9579dd7f9be Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 14 May 2021 12:30:51 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 373842663 --- cpp/core/BUILD | 1 + cpp/platform/impl/windows/BUILD | 3 +++ 2 files changed, 4 insertions(+) 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