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

Commit 2247059f authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Add a manifest fragment for occupant awareness"

parents 5e311b67 a301ca67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ package {
cc_binary {
    name: "android.hardware.automotive.occupant_awareness@1.0-service",
    init_rc: ["android.hardware.automotive.occupant_awareness@1.0-service.rc"],
    vintf_fragments: ["android.hardware.automotive.occupant_awareness-service.xml"],
    relative_install_path: "hw",
    vendor: true,
    srcs: [
+7 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="aidl">
        <name>android.hardware.automotive.occupant_awareness</name>
        <version>1</version>
        <fqname>IOccupantAwareness/default</fqname>
    </hal>
</manifest>