platform/build/soong - S is now 31 am: 7412091dcc
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/14743945 Change-Id: Ic687aac0e899ac9b58eb0b66773149018eeb758b
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user