From 47caa7979af05008b3d5849646645946702130bd Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 23 Apr 2024 12:08:12 -0700 Subject: [PATCH] Fix copybara export of build rules for beto-core PiperOrigin-RevId: 627464568 --- presence/implementation/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presence/implementation/BUILD b/presence/implementation/BUILD index 06c2cfbe..dcc26af4 100644 --- a/presence/implementation/BUILD +++ b/presence/implementation/BUILD @@ -156,8 +156,8 @@ cc_library( ] + select({ ":norust_or_windows_or_android": [":ldt_stub"], ":use_rust_decoder": [ - "//third_party/beto_core/nearby/presence/np_c_ffi:np_c_ffi_types", "@beto-core//:ldt_np_adv_ffi", + "@beto-core//:np_c_ffi_types", "@beto-core//:np_cpp_ffi", ], "//conditions:default": ["@beto-core//:ldt_np_adv_ffi"],