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

Commit ccb250d5 authored by Yifan Hong's avatar Yifan Hong
Browse files

Drop <name>I</name> from mapper HAL.

libvintf now supports empty interface names for native HALs.

Test: TH
Bug: 264267049
Change-Id: Ie525478631e785ce8b9d813d08b0a92331047ced
parent fb373b06
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -836,7 +836,6 @@
        <name>mapper</name>
        <version>5.0</version>
        <interface>
            <name>I</name>
            <regex-instance>.*</regex-instance>
        </interface>
    </hal>
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ as the `<instance>` in the VINTF manifest `<interface>` section. For example:
        <name>mapper</name>
        <version>5.0</version>
        <interface>
            <name>I</name>
            <instance>minigbm</instance>
        </interface>
    </hal>