Merge "Replace secretkeeper_comm_nostd->secretkeeper_core_nostd" into main am: 05585eb79a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2863040 Change-Id: I89a7a134c876770bcf3488e722deda27b6d12e9b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
98c6489cb6
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ rust_binary {
|
|||
"libauthgraph_hal",
|
||||
"libbinder_rs",
|
||||
"liblog_rust",
|
||||
"libsecretkeeper_comm_nostd",
|
||||
"libsecretkeeper_core_nostd",
|
||||
"libsecretkeeper_hal",
|
||||
],
|
||||
srcs: [
|
||||
|
|
|
@ -21,7 +21,7 @@ use std::sync::{Arc, Mutex};
|
|||
use authgraph_boringssl as boring;
|
||||
use authgraph_core::ta::{Role, AuthGraphTa};
|
||||
use authgraph_core::keyexchange::{MAX_OPENED_SESSIONS, AuthGraphParticipant};
|
||||
use secretkeeper_comm::ta::SecretkeeperTa;
|
||||
use secretkeeper_core::ta::SecretkeeperTa;
|
||||
use secretkeeper_hal::SecretkeeperService;
|
||||
use authgraph_hal::channel::SerializedChannel;
|
||||
use android_hardware_security_secretkeeper::aidl::android::hardware::security::secretkeeper::ISecretkeeper::{
|
||||
|
|
Loading…
Reference in a new issue