Require IRadio 1.4 for Devices Launching Q
In order to continue providing the best Telephony experience possible, Android devices that ship with Q should implement the IRadio 1.4 HAL. Likewise, new devices should ship with IRadioConfig version 1.2. Bug: 112764647 Test: compilation; boots with Pixel 2 Change-Id: I7ce1a7e81dc54d6e4e13b4bdaad8228465bf1570
This commit is contained in:
parent
e0a8935ebd
commit
0bc890da0c
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@
|
|||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.radio</name>
|
||||
<version>1.0-2</version>
|
||||
<version>1.4</version>
|
||||
<interface>
|
||||
<name>IRadio</name>
|
||||
<instance>slot1</instance>
|
||||
|
@ -328,7 +328,7 @@
|
|||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.radio.config</name>
|
||||
<version>1.0</version>
|
||||
<version>1.2</version>
|
||||
<interface>
|
||||
<name>IRadioConfig</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Reference in a new issue