matrix: radio HAL uses slot[0-9]+ instance.
Use regular expression. Radio HAL is an optional HAL so this does not break OTA. Bug: 73738616 Test: builds Test: vts_treble_vintf_test (compatible and No deprecate HALs) Change-Id: I00a0d97a9528e0c4a72bde6244e47dc2842686ed
This commit is contained in:
parent
c7d15e9f51
commit
9b3392dcb5
1 changed files with 2 additions and 2 deletions
|
@ -258,11 +258,11 @@
|
|||
<version>1.0-1</version>
|
||||
<interface>
|
||||
<name>IRadio</name>
|
||||
<instance>slot1</instance>
|
||||
<regex-instance>slot[0-9]+</regex-instance>
|
||||
</interface>
|
||||
<interface>
|
||||
<name>ISap</name>
|
||||
<instance>slot1</instance>
|
||||
<regex-instance>slot[0-9]+</regex-instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
|
|
Loading…
Reference in a new issue