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

Commit 5bfecf49 authored by Zhaoming Yin's avatar Zhaoming Yin
Browse files

Make HAL default service run on crosshatch_car (VINTF registration)

Bug: 144734708
Test: manually, once compiled and flashed, the service will be in the
      VINTF service list.

Change-Id: I92d05557ddc7c95f697d2f5a88ab8f481c4d0e5b
parent 683ad9fa
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