platform/build/soong - S is now 31

Bug: 171506470
Test: Build
Change-Id: I7b02ab24d12ea07463efd319a7ff059751416990
This commit is contained in:
Jeff Sharkey
2021-05-27 09:17:56 -06:00
parent ea2d99c1a0
commit 7412091dcc

View File

@@ -289,6 +289,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
"P": 28,
"Q": 29,
"R": 30,
"S": 31,
}
// TODO: Differentiate "current" and "future".
@@ -331,6 +332,7 @@ func getApiLevelsMap(config Config) map[string]int {
"P": 28,
"Q": 29,
"R": 30,
"S": 31,
}
for i, codename := range config.PlatformVersionActiveCodenames() {
apiLevelsMap[codename] = previewAPILevelBase + i