diff --git a/connections/implementation/flags/BUILD b/connections/implementation/flags/BUILD index bd5ecf2f..fe0f2c65 100644 --- a/connections/implementation/flags/BUILD +++ b/connections/implementation/flags/BUILD @@ -23,6 +23,7 @@ cc_library( "//googlemac/iPhone/Shared/Identity/SmartSetup:__subpackages__", "//internal/platform/implementation:__subpackages__", "//location/nearby/cpp:__subpackages__", + "//location/nearby/testing:__subpackages__", "//sharing:__subpackages__", ], deps = [ diff --git a/internal/flags/BUILD b/internal/flags/BUILD index 01972d42..ff551340 100644 --- a/internal/flags/BUILD +++ b/internal/flags/BUILD @@ -45,6 +45,7 @@ cc_library( "//googlemac/iPhone/Shared/Identity/SmartSetup:__subpackages__", "//location/nearby/cpp:__subpackages__", "//location/nearby/sharing/sdk:__subpackages__", + "//location/nearby/testing:__subpackages__", ], deps = [ ":flag_reader", diff --git a/internal/platform/flags/BUILD b/internal/platform/flags/BUILD index 48f48d5c..f652d6ae 100644 --- a/internal/platform/flags/BUILD +++ b/internal/platform/flags/BUILD @@ -22,6 +22,7 @@ cc_library( "//fastpair:__subpackages__", "//internal:__subpackages__", "//location/nearby/cpp:__subpackages__", + "//location/nearby/testing:__subpackages__", ], deps = [ "//internal/flags:flag_reader",