From 755b22f048861fbd4297aa77fdb81dee3e9ac037 Mon Sep 17 00:00:00 2001 From: Guogang Li Date: Thu, 20 Jun 2024 09:52:43 -0700 Subject: [PATCH] Enable Fast Initiate BTC bit for non BLE extended device PiperOrigin-RevId: 645066590 --- connections/implementation/flags/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/connections/implementation/flags/BUILD b/connections/implementation/flags/BUILD index 0a272c14..bd5ecf2f 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__", + "//sharing:__subpackages__", ], deps = [ "//internal/flags:flag_reader",