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

Commit 42df3187 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Expose android.os.Build.VERSION.ACTIVE_CODENAMES to CTS" am: 644792c7

am: c2975a38

Change-Id: I2c58d6c84d01d6f62ac081bd840386d27394cb39
parents b6ced95a c2975a38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1694,6 +1694,7 @@ package android.os {
  }

  public static class Build.VERSION {
    field public static final String[] ACTIVE_CODENAMES;
    field public static final int FIRST_SDK_INT;
    field public static final int RESOURCES_SDK_INT;
  }
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ public class Build {
        /**
         * @hide
         */
        @TestApi
        @UnsupportedAppUsage
        public static final String[] ACTIVE_CODENAMES = "REL".equals(ALL_CODENAMES[0])
                ? new String[0] : ALL_CODENAMES;