mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
update LDT rust header include path
PiperOrigin-RevId: 531261461
This commit is contained in:
committed by
Copybara-Service
parent
8886b99dde
commit
7825f2c67a
@@ -23,7 +23,7 @@
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#if USE_RUST_LDT == 1
|
||||
#include "third_party/nearby_rust/presence/ldt_np_adv_ffi/include/np_ldt.h"
|
||||
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h"
|
||||
#else
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
#endif /* USE_RUST_LDT */
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#if USE_RUST_LDT == 1
|
||||
#include "third_party/nearby_rust/presence/ldt_np_adv_ffi/include/np_ldt.h"
|
||||
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h"
|
||||
#else
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
#endif /* USE_RUST_LDT */
|
||||
|
||||
Reference in New Issue
Block a user