Merge "Rename VERSION_CODES.T to VERSION_CODES.TIRAMISU" into sc-dev-plus-aosp

This commit is contained in:
Colin Cross
2021-07-16 19:02:01 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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". */