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

Commit a653616f authored by Calvin Huang's avatar Calvin Huang
Browse files

Add manifest to vintf fragments

Bug: 153734354
Test: Manual
Change-Id: I5f29cdacced0bdc0bf5a74f92ecda916f10bea06
parent c578a913
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -125,6 +125,9 @@ cc_test {
cc_binary {
    name: "android.hardware.automotive.vehicle@2.0-service",
    defaults: ["vhal_v2_0_defaults"],
    vintf_fragments: [
        "android.hardware.automotive.vehicle@2.0-service.xml",
    ],
    init_rc: ["android.hardware.automotive.vehicle@2.0-service.rc"],
    vendor: true,
    relative_install_path: "hw",
+1 −1
Original line number Diff line number Diff line
<manifest version="1.0" type="device" target-level="3">
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>android.hardware.automotive.vehicle</name>
        <transport>hwbinder</transport>