mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Make batch attestation keys/certs optional" into main am: 61c9ab4d87
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3002898 Change-Id: Id9c5746dade9ced9006e4b6a9b4aca1635dc9c29 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -86,7 +86,7 @@ pub fn build_ta() -> kmr_ta::KeyMintTa {
|
||||
));
|
||||
let dev = Implementation {
|
||||
keys,
|
||||
sign_info: Box::new(sign_info),
|
||||
sign_info: Some(Box::new(sign_info)),
|
||||
// HAL populates attestation IDs from properties.
|
||||
attest_ids: None,
|
||||
sdd_mgr: None,
|
||||
|
||||
Reference in New Issue
Block a user