commit | fe5f33a61e8e6fa6d59d56d1882dba401d389fee | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Wed Mar 13 13:04:03 2024 +0000 |
committer | David Drysdale <drysdale@google.com> | Fri Apr 05 16:54:31 2024 +0000 |
tree | b8f952317def57c3084172d47f951d63dba29d8e | |
parent | ad148cc9f90eed5a2ad21b8c864bfed84d640638 [diff] |
Make batch attestation keys/certs optional Test: VtsKeyMintTargetTest Bug: 329399923 Bug: 329269183 Change-Id: I4ef49fcbda7a69ea5623c084e276eb64d34c5813
diff --git a/security/keymint/aidl/default/ta/lib.rs b/security/keymint/aidl/default/ta/lib.rs index fe8ad95..f002422 100644 --- a/security/keymint/aidl/default/ta/lib.rs +++ b/security/keymint/aidl/default/ta/lib.rs
@@ -86,7 +86,7 @@ )); 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,