mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Replace secretkeeper_comm_nostd->secretkeeper_core_nostd" into main
This commit is contained in:
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user