S V2 is now 32 am: 08dd45a3b5

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/16140643

Change-Id: I1f3e05582a9adc0d5b37b6c7fbf73b10a65f40d0
This commit is contained in:
Michael Wright
2021-11-06 16:06:51 +00:00
committed by Automerger Merge Worker

View File

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