commit | 61c9ab4d8795bb12c0d7196e333f57b84779573d | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Apr 09 09:11:54 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 09 09:11:54 2024 +0000 |
tree | dde0a0622c3f3f19af58c702fccfdea47a8e243c | |
parent | f02c7e0b2faed40d08fcef52e03079b82a329a42 [diff] | |
parent | fe5f33a61e8e6fa6d59d56d1882dba401d389fee [diff] |
Merge "Make batch attestation keys/certs optional" into main
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,