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

Commit 47a72cba authored by Changyeon Jo's avatar Changyeon Jo
Browse files

Use manifest fragments

Add Automotive Display Proxy service to vintf by using a manifest
fragment.

Bug: 152367138
Test: build and manually run automotive display service
      on automotive platform
Change-Id: I801f2900f6d46b6991c02e46dc684715a5936241
parent f3b34f7f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,4 +40,8 @@ cc_binary {
    cflags: [
        "-DLOG_TAG=\"AutomotiveDisplayService\""
    ],

    vintf_fragments: [
        "manifest_android.frameworks.automotive.display@1.0.xml",
    ],
}
+11 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="framework">
    <hal>
        <name>android.frameworks.automotive.display</name>
        <transport>hwbinder</transport>
        <version>1.0</version>
        <interface>
            <name>IAutomotiveDisplayProxyService</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>