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

Commit 0bc890da authored by Nathan Harold's avatar Nathan Harold
Browse files

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