Add android.os.Build.VERSION_CODES.T
Set to CUR_DEVELOPMENT. Bug: 186121492 Test: m checkbuild Change-Id: I2c92a1bc4b8bb2414e55bbd4f5cd0ac86e55e91a
This commit is contained in:
@@ -30799,6 +30799,7 @@ package android.os {
|
||||
field public static final int Q = 29; // 0x1d
|
||||
field public static final int R = 30; // 0x1e
|
||||
field public static final int S = 31; // 0x1f
|
||||
field public static final int T = 10000; // 0x2710
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -1087,6 +1087,11 @@ public class Build {
|
||||
* S.
|
||||
*/
|
||||
public static final int S = 31;
|
||||
|
||||
/**
|
||||
* T.
|
||||
*/
|
||||
public static final int T = CUR_DEVELOPMENT;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user