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

libvintf now supports empty interface names for native HALs.

Test: TH
Bug: 264267049
Change-Id: Ie525478631e785ce8b9d813d08b0a92331047ced
This commit is contained in:
Yifan Hong
2023-01-17 15:23:32 -08:00
parent fb373b0613
commit ccb250d550
2 changed files with 0 additions and 2 deletions

View File

@@ -836,7 +836,6 @@
<name>mapper</name>
<version>5.0</version>
<interface>
<name>I</name>
<regex-instance>.*</regex-instance>
</interface>
</hal>

View File

@@ -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>