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:
commit
9985cdb9e1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue