mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Internal change
PiperOrigin-RevId: 499997190
This commit is contained in:
committed by
Copybara-Service
parent
f7f0a266fe
commit
7afea00649
@@ -99,7 +99,7 @@ cc_library(
|
||||
"//presence/implementation/mediums",
|
||||
"@boringssl//:crypto",
|
||||
] + select({
|
||||
":link_with_rust": ["//third_party/nearby_rust/np_ffi"],
|
||||
":link_with_rust": ["//third_party/nearby_rust/presence/np_ffi"],
|
||||
"//conditions:default": [":ldt_stub"],
|
||||
}),
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
#include <openssl/aes.h>
|
||||
#if USE_RUST_LDT == 1
|
||||
#include "third_party/nearby_rust/np_ffi/include/np_ldt.h"
|
||||
#include "third_party/nearby_rust/presence/np_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/np_ffi/include/np_ldt.h"
|
||||
#include "third_party/nearby_rust/presence/np_ffi/include/np_ldt.h"
|
||||
#else
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
#endif /* USE_RUST_LDT */
|
||||
|
||||
Reference in New Issue
Block a user