S V2 is now 32
Bug: 204295952 Test: N/A Change-Id: Ib13f30c27cf79c2903e05d3c2cd27d79c4a28668 Merged-In: Ib13f30c27cf79c2903e05d3c2cd27d79c4a28668
This commit is contained in:
parent
b7de10739f
commit
08dd45a3b5
|
@ -290,6 +290,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
|
|||
"Q": 29,
|
||||
"R": 30,
|
||||
"S": 31,
|
||||
"S-V2": 32,
|
||||
}
|
||||
|
||||
// TODO: Differentiate "current" and "future".
|
||||
|
@ -333,6 +334,7 @@ func getApiLevelsMap(config Config) map[string]int {
|
|||
"Q": 29,
|
||||
"R": 30,
|
||||
"S": 31,
|
||||
"S-V2": 32,
|
||||
}
|
||||
for i, codename := range config.PlatformVersionActiveCodenames() {
|
||||
apiLevelsMap[codename] = previewAPILevelBase + i
|
||||
|
|
Loading…
Reference in New Issue