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

Commit 1cc355b5 authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

Add vintf_fragments to keymaster@4.1-service



Bug: 152616625
Bug: 152554068
Test: boot emulator, lshal | grep keymaster
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
Change-Id: I36818fdc0f7732174fc7b2fd7619b1ae75b5b33d
parent a1080986
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ cc_binary {
    relative_install_path: "hw",
    vendor: true,
    init_rc: ["android.hardware.keymaster@4.1-service.rc"],
    vintf_fragments: ["android.hardware.keymaster@4.1-service.xml"],
    srcs: ["service.cpp"],

    shared_libs: [
+11 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>android.hardware.keymaster</name>
        <transport>hwbinder</transport>
        <version>4.1</version>
        <interface>
            <name>IKeymasterDevice</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>