Internal change

PiperOrigin-RevId: 499997190
This commit is contained in:
Anay Wadhera
2023-01-06 02:49:53 -08:00
committed by Copybara-Service
parent f7f0a266fe
commit 7afea00649
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"],
}),
)
+1 -1
View File
@@ -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 */
+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/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 */