Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b3392dc authored by Yifan Hong's avatar Yifan Hong
Browse files

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
parent c7d15e9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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">