Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc89e7f1 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Finalizing P SDK

am: 3da5f3b2

Change-Id: Id5002a3fc4d35352a4ace67e794c1a52e21c496c
parents 634acf3a 3da5f3b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32190,7 +32190,7 @@ package android.os {
    field public static final int N_MR1 = 25; // 0x19
    field public static final int O = 26; // 0x1a
    field public static final int O_MR1 = 27; // 0x1b
    field public static final int P = 10000; // 0x2710
    field public static final int P = 28; // 0x1c
  }
  public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
+1 −1
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ public class Build {
         * even if there is no excess space.</li>
         * </ul>
         */
        public static final int P = CUR_DEVELOPMENT; // STOPSHIP Replace with the real version.
        public static final int P = 28;
    }

    /** The type of build, like "user" or "eng". */
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ enum {
    SDK_NOUGAT_MR1 = 25,
    SDK_O = 26,
    SDK_O_MR1 = 27,
    SDK_P = 10000, // STOPSHIP Replace with the real version.
    SDK_P = 28,
};

#endif // H_AAPT_SDK_CONSTANTS
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ enum : ApiVersion {
  SDK_NOUGAT_MR1 = 25,
  SDK_O = 26,
  SDK_O_MR1 = 27,
  SDK_P = 10000, // STOPSHIP Replace with the real version.
  SDK_P = 28,
};

ApiVersion FindAttributeSdkLevel(const ResourceId& id);