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

Commit 3542c084 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "trusty: keymint: provision boot_info to Keymint Rust in TEE" into main

parents adc9a64d cf1376b2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -57,6 +57,13 @@ rust_binary {
    vendor: true,
    defaults: ["android.hardware.security.keymint-service.rust.trusty.default"],
    init_rc: ["android.hardware.security.keymint-service.trusty_tee.rc"],
    features: select(soong_config_variable("trusty_system_vm", "placeholder_trusted_hal"), {
        true: ["nonsecure"],
        default: [],
    }),
    rustlibs: [
        "libkmr_hal_nonsecure",
    ],
}

// Keymint hal service in system_ext, interacting with the Trusty Security VM.