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

Commit b755b613 authored by Anton Hansson's avatar Anton Hansson
Browse files

Add VERSION_CODES constant for S

This is a subset of the commit ed460aa1
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
parent 4450ca52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {
+5 −0
Original line number Diff line number Diff line
@@ -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". */