Update path to LDT dependency

PiperOrigin-RevId: 539811031
This commit is contained in:
hai007
2023-06-12 17:58:12 -07:00
committed by Copybara-Service
parent 4f73e87a6f
commit 5aeceb2034
+1 -1
View File
@@ -111,7 +111,7 @@ cc_library(
"@com_google_absl//absl/types:variant",
] + select({
":norust_or_windows_or_android": [":ldt_stub"],
"//conditions:default": ["//third_party/nearby_rust/presence/ldt_np_adv_ffi"],
"//conditions:default": ["//third_party/beto_core/nearby/presence/ldt_np_adv_ffi"],
}),
)