diff --git a/connections/implementation/flags/BUILD b/connections/implementation/flags/BUILD index 960c477e..286d8751 100644 --- a/connections/implementation/flags/BUILD +++ b/connections/implementation/flags/BUILD @@ -20,6 +20,7 @@ cc_library( ], visibility = [ "//connections:__subpackages__", + "//connections:partners", "//googlemac/iPhone/Shared/Identity/SmartSetup:__subpackages__", "//internal/platform:__subpackages__", "//internal/platform/implementation:__subpackages__", diff --git a/internal/flags/BUILD b/internal/flags/BUILD index ff551340..267f21cc 100644 --- a/internal/flags/BUILD +++ b/internal/flags/BUILD @@ -42,6 +42,7 @@ cc_library( ], visibility = [ "//:__subpackages__", + "//connections:partners", "//googlemac/iPhone/Shared/Identity/SmartSetup:__subpackages__", "//location/nearby/cpp:__subpackages__", "//location/nearby/sharing/sdk:__subpackages__", diff --git a/internal/platform/flags/BUILD b/internal/platform/flags/BUILD index 6b4eee00..18f68113 100644 --- a/internal/platform/flags/BUILD +++ b/internal/platform/flags/BUILD @@ -19,6 +19,7 @@ cc_library( "nearby_platform_feature_flags.h", ], visibility = [ + "//connections:partners", "//internal:__subpackages__", "//location/nearby/cpp:__subpackages__", "//location/nearby/sharing:__subpackages__",