Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499997190
  • Loading branch information
anayw2001 authored and copybara-github committed Jan 6, 2023
1 parent f7f0a26 commit 7afea00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion presence/implementation/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}),
)
Expand Down
2 changes: 1 addition & 1 deletion presence/implementation/ldt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion presence/implementation/ldt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7afea00

Please sign in to comment.