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

Commit 79f8886c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix KNOWN_CODENAMES javadoc to mention that all codenames are there." am: 8f721b92

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2072000



Change-Id: I1dc9cda49797b1ed3b8e6f6e89b6991613c0e6ba
Ignore-AOSP-First: this is an automerge
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 48dff054 8f721b92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ public class Build {
        public static final String CODENAME = getString("ro.build.version.codename");

        /**
         * All known codenames starting from {@link VERSION_CODES.Q}.
         * All known codenames that are present in {@link VERSION_CODES}.
         *
         * <p>This includes in development codenames as well, i.e. if {@link #CODENAME} is not "REL"
         * then the value of that is present in this set.