Rename VERSION_CODES.T to VERSION_CODES.TIRAMISU
Bug: 186121492 Test: m checkbuild Change-Id: Ic3e542206ae75626fa361333f00de2937ef18a5f
This commit is contained in:
@@ -30799,7 +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
|
||||
field public static final int TIRAMISU = 10000; // 0x2710
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -1132,9 +1132,9 @@ public class Build {
|
||||
public static final int S = 31;
|
||||
|
||||
/**
|
||||
* T.
|
||||
* Tiramisu.
|
||||
*/
|
||||
public static final int T = CUR_DEVELOPMENT;
|
||||
public static final int TIRAMISU = CUR_DEVELOPMENT;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user