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

Commit 6324854f authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Q." am: 20cc0ef0

am: 4c9108ca

Change-Id: I6b1a9798e89ae68ce55229576a6eac84773356ce
parents bb2ea091 4c9108ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32229,6 +32229,7 @@ package android.os {
    field public static final int O = 26; // 0x1a
    field public static final int O_MR1 = 27; // 0x1b
    field public static final int P = 28; // 0x1c
    field public static final int Q = 10000; // 0x2710
  }
  public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
+9 −0
Original line number Diff line number Diff line
@@ -930,6 +930,15 @@ public class Build {
         *
         */
        public static final int P = 28;

        /**
         * Q.
         * <p>
         * <em>Why? Why, to give you a taste of your future, a preview of things
         * to come. Con permiso, Capitan. The hall is rented, the orchestra
         * engaged. It's now time to see if you can dance.</em>
         */
        public static final int Q = CUR_DEVELOPMENT;
    }

    /** The type of build, like "user" or "eng". */