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

Commit 96d95948 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add vintf_fragments to keymaster@4.1-service"

parents 3acc7dc1 1cc355b5
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>