[Nearby Presence] Use different include path for NEARBY_CHROMIUM Rust ldt

PiperOrigin-RevId: 629810240
This commit is contained in:
Crisrael Lucero
2024-05-01 13:00:00 -07:00
committed by Copybara-Service
parent 8e3cfd04f8
commit fb4099455e
2 changed files with 10 additions and 1 deletions
+4
View File
@@ -22,7 +22,11 @@
#include "absl/status/statusor.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#ifdef NEARBY_CHROMIUM
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
#else
#include "np_ldt.h"
#endif
namespace nearby {
namespace presence {
+6 -1
View File
@@ -18,9 +18,14 @@
#include <string>
#include <utility>
#ifdef NEARBY_CHROMIUM
#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
#else
#include "np_ldt.h"
#endif
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "np_ldt.h"
namespace nearby {
namespace presence {