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

Commit f4532281 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi
Browse files

frameworks/base - Tiramisu is now 33 #2

Set current API level

Test: Build and boot
Bug: 225745567
Change-Id: If135d9795e812cc286c720b9351eaf6be621fd5b
parent 595ec5f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30977,7 +30977,7 @@ package android.os {
    field public static final int R = 30; // 0x1e
    field public static final int S = 31; // 0x1f
    field public static final int S_V2 = 32; // 0x20
    field public static final int TIRAMISU = 10000; // 0x2710
    field public static final int TIRAMISU = 33; // 0x21
  }
  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
@@ -1166,7 +1166,7 @@ public class Build {
        /**
         * Tiramisu.
         */
        public static final int TIRAMISU = CUR_DEVELOPMENT;
        public static final int TIRAMISU = 33;
    }

    /** The type of build, like "user" or "eng". */
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ enum {
    SDK_R = 30,
    SDK_S = 31,
    SDK_S_V2 = 32,
    SDK_TIRAMISU = 33,
    SDK_CUR_DEVELOPMENT = 10000,
};

+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ enum : ApiVersion {
  SDK_R = 30,
  SDK_S = 31,
  SDK_S_V2 = 32,
  SDK_TIRAMISU = 33,
  SDK_CUR_DEVELOPMENT = 10000,
};