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

Commit fae62811 authored by Zhaoming Yin's avatar Zhaoming Yin Committed by Android (Google) Code Review
Browse files

Merge "Make HAL default service run on crosshatch_car (VINTF registration)"

parents dda33b5d 5bfecf49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ cc_binary {
        "liblog",
        "libutils",
    ],

    vintf_fragments: ["audiocontrol_manifest.xml"],
    cflags: [
        "-DLOG_TAG=\"AudCntrlDrv\"",
        "-O0",
+11 −0
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>android.hardware.automotive.audiocontrol</name>
        <transport>hwbinder</transport>
        <version>1.0</version>
        <interface>
            <name>IAudioControl</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>
 No newline at end of file