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:
Yifan Hong 2018-03-27 15:24:29 -07:00
parent c7d15e9f51
commit 9b3392dcb5

View file

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