From c80dd182e26d71ab3da30b20324bbf3186c97b16 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 7 Feb 2023 11:51:44 -0800 Subject: [PATCH] Automated visibility attribute cleanup. PiperOrigin-RevId: 507844899 --- connections/implementation/mediums/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/connections/implementation/mediums/BUILD b/connections/implementation/mediums/BUILD index 4446a840..57b02893 100644 --- a/connections/implementation/mediums/BUILD +++ b/connections/implementation/mediums/BUILD @@ -121,7 +121,6 @@ cc_library( defines = ["NO_WEBRTC"], visibility = [ "//connections/implementation:__pkg__", - "//connections/implementation/mediums:__pkg__", "//connections/implementation/mediums/ble_v2:__subpackages__", "//connections/implementation/mediums/webrtc:__pkg__", ],