O MR1 is API 27
Bug: 64982450 Test: manual Change-Id: I4be170f9f1021899db3ef0bce3eaeada21f8b475
This commit is contained in:
@@ -30620,7 +30620,7 @@ package android.os {
|
||||
field public static final int N = 24; // 0x18
|
||||
field public static final int N_MR1 = 25; // 0x19
|
||||
field public static final int O = 26; // 0x1a
|
||||
field public static final int O_MR1 = 10000; // 0x2710
|
||||
field public static final int O_MR1 = 27; // 0x1b
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -33333,7 +33333,7 @@ package android.os {
|
||||
field public static final int N = 24; // 0x18
|
||||
field public static final int N_MR1 = 25; // 0x19
|
||||
field public static final int O = 26; // 0x1a
|
||||
field public static final int O_MR1 = 10000; // 0x2710
|
||||
field public static final int O_MR1 = 27; // 0x1b
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -30764,7 +30764,7 @@ package android.os {
|
||||
field public static final int N = 24; // 0x18
|
||||
field public static final int N_MR1 = 25; // 0x19
|
||||
field public static final int O = 26; // 0x1a
|
||||
field public static final int O_MR1 = 10000; // 0x2710
|
||||
field public static final int O_MR1 = 27; // 0x1b
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -773,7 +773,7 @@ public class Build {
|
||||
/**
|
||||
* O MR1.
|
||||
*/
|
||||
public static final int O_MR1 = CUR_DEVELOPMENT; // STOPSHIP Replace with the real version.
|
||||
public static final int O_MR1 = 27;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
@@ -42,7 +42,7 @@ enum {
|
||||
SDK_NOUGAT = 24,
|
||||
SDK_NOUGAT_MR1 = 25,
|
||||
SDK_O = 26,
|
||||
SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version.
|
||||
SDK_O_MR1 = 27,
|
||||
};
|
||||
|
||||
#endif // H_AAPT_SDK_CONSTANTS
|
||||
|
||||
@@ -52,7 +52,7 @@ enum : ApiVersion {
|
||||
SDK_NOUGAT = 24,
|
||||
SDK_NOUGAT_MR1 = 25,
|
||||
SDK_O = 26,
|
||||
SDK_O_MR1 = 10000, // STOPSHIP Replace with the real version.
|
||||
SDK_O_MR1 = 27,
|
||||
};
|
||||
|
||||
ApiVersion FindAttributeSdkLevel(const ResourceId& id);
|
||||
|
||||
Reference in New Issue
Block a user