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
This commit is contained in:
Yifan Hong
2019-06-28 11:03:58 -07:00
parent 33723f56b5
commit 7d350fed1e

View File

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