Migration of IRadio 1.3 types to 1.4.
To better test CBRS, we want IRadio 1.3 to be Android P plus CBRS HAL interfaces, while 1.4 will be 1.3 plus all other Android Q interfaces. So we are moving everything currently defined in android.hardware.radio.V1_3 to android.hardware.radio.V1_4. Bug: 117805040 Test: build and telephony unittest Change-Id: I2c9bcf77ebfbda144bf184b43e196c1dd1ca466b
This commit is contained in:
parent
750b234344
commit
8310bcdcc9
@ -724,6 +724,7 @@ java_defaults {
|
||||
"android.hardware.wifi-V1.0-java-constants",
|
||||
"android.hardware.radio-V1.0-java",
|
||||
"android.hardware.radio-V1.3-java",
|
||||
"android.hardware.radio-V1.4-java",
|
||||
"android.hardware.usb.gadget-V1.0-java",
|
||||
"netd_aidl_interface-java",
|
||||
],
|
||||
|
@ -17,8 +17,8 @@
|
||||
package android.telephony.emergency;
|
||||
|
||||
import android.annotation.IntDef;
|
||||
import android.hardware.radio.V1_3.EmergencyNumberSource;
|
||||
import android.hardware.radio.V1_3.EmergencyServiceCategory;
|
||||
import android.hardware.radio.V1_4.EmergencyNumberSource;
|
||||
import android.hardware.radio.V1_4.EmergencyServiceCategory;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
@ -138,7 +138,7 @@ public final class EmergencyNumber implements Parcelable, Comparable<EmergencyNu
|
||||
}
|
||||
|
||||
/**
|
||||
* The source to tell where the corresponding @1.3::EmergencyNumber comes from.
|
||||
* The source to tell where the corresponding @1.4::EmergencyNumber comes from.
|
||||
*
|
||||
* The emergency number has one or more defined emergency number sources.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user