mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
matrix: NN HAL uses .* instance.
Use regular expression. NN HAL is a new HAL so this does not break OTA. Bug: 73738616 Test: builds Test: vts_treble_vintf_test (compatible and No deprecate HALs) Change-Id: I1bfb916854c62fa75d341d4572a15a944178eb47
This commit is contained in:
@@ -225,8 +225,7 @@
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IDevice</name>
|
||||
<!-- TODO(b/73738616): This should be * (match any) -->
|
||||
<instance>hvx</instance>
|
||||
<regex-instance>.*</regex-instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
||||
Reference in New Issue
Block a user