Import of rpc://team/beto-rust-devs/beto-rust

PiperOrigin-RevId: 603429939
This commit is contained in:
hai007
2024-02-03 01:13:27 +00:00
committed by Anay Wadhera
parent 730df15694
commit e1dd4fd535
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#ifdef USE_RUST_LDT
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h"
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
#else
#include "presence/implementation/np_ldt.h"
#endif /* USE_RUST_LDT */
+1 -1
View File
@@ -21,7 +21,7 @@
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#ifdef USE_RUST_LDT
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h"
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
#else
#include "presence/implementation/np_ldt.h"
#endif /* USE_RUST_LDT */