platform/build/soong - S is now 31
Bug: 171506470 Test: Build Change-Id: I7b02ab24d12ea07463efd319a7ff059751416990
This commit is contained in:
@@ -289,6 +289,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
|
|||||||
"P": 28,
|
"P": 28,
|
||||||
"Q": 29,
|
"Q": 29,
|
||||||
"R": 30,
|
"R": 30,
|
||||||
|
"S": 31,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Differentiate "current" and "future".
|
// TODO: Differentiate "current" and "future".
|
||||||
@@ -331,6 +332,7 @@ func getApiLevelsMap(config Config) map[string]int {
|
|||||||
"P": 28,
|
"P": 28,
|
||||||
"Q": 29,
|
"Q": 29,
|
||||||
"R": 30,
|
"R": 30,
|
||||||
|
"S": 31,
|
||||||
}
|
}
|
||||||
for i, codename := range config.PlatformVersionActiveCodenames() {
|
for i, codename := range config.PlatformVersionActiveCodenames() {
|
||||||
apiLevelsMap[codename] = previewAPILevelBase + i
|
apiLevelsMap[codename] = previewAPILevelBase + i
|
||||||
|
Reference in New Issue
Block a user