Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe5f33a6 authored by David Drysdale's avatar David Drysdale
Browse files

Make batch attestation keys/certs optional

Test: VtsKeyMintTargetTest
Bug: 329399923
Bug: 329269183
Change-Id: I4ef49fcbda7a69ea5623c084e276eb64d34c5813
parent ad148cc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,