From 73264d8feb7db114c6f4dc927c2de3c7cb4d4955 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 11 Jul 2022 23:25:32 -0700 Subject: [PATCH] Change package default visibility. PiperOrigin-RevId: 460384422 --- connections/clients/windows/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/connections/clients/windows/BUILD b/connections/clients/windows/BUILD index 2555f731..5e066dbb 100644 --- a/connections/clients/windows/BUILD +++ b/connections/clients/windows/BUILD @@ -18,6 +18,8 @@ load( ) load("//tools/build_defs/testing:bzl_library.bzl", "bzl_library") +package(default_visibility = ["//location/nearby:__subpackages__"]) + licenses(["notice"]) cc_library( @@ -95,7 +97,6 @@ lexan.cc_windows_dll( defines = ["CORE_ADAPTER_DLL"], hdrs_deps = ["//connections:core"], tags = ["windows-dll"], - visibility = ["//location/nearby/testing:__subpackages__"], deps = [ ":resources", "//third_party/dart_lang/v2:dart_api_dl",