update LDT rust header include path

PiperOrigin-RevId: 531261461
This commit is contained in:
Anay Wadhera
2023-05-11 11:36:34 -07:00
committed by Copybara-Service
parent 8886b99dde
commit 7825f2c67a
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"
#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 */
+1 -1
View File
@@ -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 */