Fix KNOWN_CODENAMES javadoc to mention that all codenames are there.

Bug: 220153433
Test: atest BuildTest
Change-Id: I93cade7cb11e34557445b74d1e1841508061d616
Merged-In: I93cade7cb11e34557445b74d1e1841508061d616
(cherry picked from commit 82d33f26f9)
This commit is contained in:
satayev
2022-03-16 14:33:53 +00:00
committed by Colin Cross
parent 1428215bee
commit 337762d9c6

View File

@@ -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.