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

Commit 456017a6 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Expose android.os.Build.VERSION.ACTIVE_CODENAMES to CTS" am: 644792c7 am: c2975a38" into qt-dev-plus-aosp
parents cb506bf6 42df3187
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;