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

Commit 7d350fed authored by Yifan Hong's avatar Yifan Hong
Browse files

Q matrix: use radio.config@1.2::IRadioConfig

1.1 IRadioConfig does not exist. radio.config@1.2 is a
minor version uprev that only updates the sub interfaces,
not the top level interface.

Test: builds
Test: on device with target-level 4, w/o this change,
      with radio config 1.1, see test failure on deprecated
      radio config HAL
Test: on this device, with this change, with radio config 1.1,
      deprecated radio config HAL failure goes away.

Bug: 135172251
Change-Id: Id51870a8a757af0895577a27723cff8ee3ba0fdd
parent 33723f56
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -365,7 +365,13 @@
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.radio.config</name>
        <version>1.2</version>
        <!--
        Note: Devices launching with target-level 4, if implementing the
        radio config HAL, must provide an implementation of 1.1 IRadioConfig
        that can handle version 1.2 of IRadioConfigResponse and
        IRadioConfigIndication.
        -->
        <version>1.1</version>
        <interface>
            <name>IRadioConfig</name>
            <instance>default</instance>