From 8e9ecdabc1f9fc43391087dc73b728d3f5f24ea2 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 31 May 2023 14:28:05 -0700 Subject: [PATCH] Automated visibility attribute cleanup. PiperOrigin-RevId: 536823891 --- internal/platform/implementation/windows/generated/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/platform/implementation/windows/generated/BUILD b/internal/platform/implementation/windows/generated/BUILD index da742cb1..41c74916 100644 --- a/internal/platform/implementation/windows/generated/BUILD +++ b/internal/platform/implementation/windows/generated/BUILD @@ -40,11 +40,9 @@ cc_library( ], textual_hdrs = glob(["**/*.h"]), visibility = [ - "//connections/windows:__subpackages__", "//fastpair:__subpackages__", "//internal:__subpackages__", "//internal/platform/implementation/windows:__subpackages__", - "//location/nearby/apps/better_together/windows:__subpackages__", "//location/nearby/cpp/sharing/implementation/internal:__subpackages__", ], )