Snap for 7891132 from 08dd45a3b5
to sc-d2-release
Change-Id: I95bbde9f405b62330b31d2eeea5507188a9a9799
This commit is contained in:
commit
2938397f7a
|
@ -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