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

Commit 89720402 authored by Brian Stack's avatar Brian Stack
Browse files

Add VINTF Fragment to Sensors HAL 2.0

Bug: 122267378
Test: Built Cuttlefish, Sensors HAL 2.0 requested on boot
Change-Id: Ibe1eaa277852db1b8346caee172632f0951daefc
parent f96dc6ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -35,4 +35,5 @@ cc_binary {
        "libpower",
        "libpower",
        "libutils",
        "libutils",
    ],
    ],
    vintf_fragments: ["android.hardware.sensors@2.0.xml"],
}
}
+11 −0
Original line number Original line Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>android.hardware.sensors</name>
        <transport>hwbinder</transport>
        <version>2.0</version>
        <interface>
            <name>ISensors</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>