mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
[Nearby Presence] Use different include path for NEARBY_CHROMIUM Rust ldt
PiperOrigin-RevId: 629810240
This commit is contained in:
committed by
Copybara-Service
parent
8e3cfd04f8
commit
fb4099455e
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user