mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
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:
@@ -836,7 +836,6 @@
|
||||
<name>mapper</name>
|
||||
<version>5.0</version>
|
||||
<interface>
|
||||
<name>I</name>
|
||||
<regex-instance>.*</regex-instance>
|
||||
</interface>
|
||||
</hal>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user