Add VERSION_CODES constant for S

This is a subset of the commit ed460aa186
from internal master.

Note: The CL used for the Merged-in tag is irrelevant to this change but
achieves the desired automerging effects.

Test: No
Merged-In: If5c3b92063b8d9fb3f9b6272eb2cfef448065380
Change-Id: I205766a281eb3956c3d122f5358fe5c984803e6e
This commit is contained in:
Anton Hansson
2020-11-30 14:28:08 +00:00
parent 4450ca52cb
commit b755b613ed
2 changed files with 6 additions and 0 deletions

View File

@@ -34452,6 +34452,7 @@ package android.os {
field public static final int P = 28; // 0x1c
field public static final int Q = 29; // 0x1d
field public static final int R = 30; // 0x1e
field public static final int S = 10000; // 0x2710
}
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {

View File

@@ -1023,6 +1023,11 @@ public class Build {
* R.
*/
public static final int R = 30;
/**
* S.
*/
public static final int S = CUR_DEVELOPMENT;
}
/** The type of build, like "user" or "eng". */