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

Commit fc24255d authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Add a manifest fragment for occupant awareness" am: 2247059f

parents 5a3a0907 2247059f
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>