diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:02:24 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 05:02:24 -0700 |
commit | 009a05ea8338c696c1406aa7dc1c03c9a0d7692c (patch) | |
tree | d9846ed8d6dedb39ad41a80cca41fc295d4724fe /android/api_levels.go | |
parent | 08f3accc31790ceff0d5652d539f4ae701033ded (diff) | |
parent | c868e14e34409b99d979a4104cb144437036960f (diff) |
Merge c868e14e34409b99d979a4104cb144437036960f on remote branch
Change-Id: I64a699c0d2ee3eab6ed105c6261cb1567a9dd347
Diffstat (limited to 'android/api_levels.go')
-rw-r--r-- | android/api_levels.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/api_levels.go b/android/api_levels.go index 93583bc07..a337371ae 100644 --- a/android/api_levels.go +++ b/android/api_levels.go @@ -290,6 +290,7 @@ func getFinalCodenamesMap(config Config) map[string]int { "Q": 29, "R": 30, "S": 31, + "S-V2": 32, } // TODO: Differentiate "current" and "future". @@ -333,6 +334,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 |