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

Commit 644792c7 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Expose android.os.Build.VERSION.ACTIVE_CODENAMES to CTS"

parents dc4d14b3 cac5c61e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -923,6 +923,7 @@ package android.net.util {
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
@@ -287,6 +287,7 @@ public class Build {
        /**
         * @hide
         */
        @TestApi
        @UnsupportedAppUsage
        public static final String[] ACTIVE_CODENAMES = "REL".equals(ALL_CODENAMES[0])
                ? new String[0] : ALL_CODENAMES;