Merge "Merge sc-v2-dev-plus-aosp-without-vendor@8084891" into stage-aosp-master

This commit is contained in:
Xin Li
2022-02-14 17:30:12 +00:00
committed by Android (Google) Code Review

View File

@@ -321,6 +321,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
"Q": 29,
"R": 30,
"S": 31,
"S-V2": 32,
}
// TODO: Differentiate "current" and "future".
@@ -364,6 +365,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