diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:05:21 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-23 10:05:21 +0000 |
commit | c868e14e34409b99d979a4104cb144437036960f (patch) | |
tree | d9846ed8d6dedb39ad41a80cca41fc295d4724fe /android/api_levels.go | |
parent | f13be6e3913a9715bb68cf25c487b3b94bd5b88f (diff) | |
parent | eb72b43eb91c0982e40d41502e547ef118348cc2 (diff) |
Snap for 8343869 from eb72b43eb91c0982e40d41502e547ef118348cc2 to s-keystone-qcom-release
Change-Id: I12e814a262a1a00046a0c7b2770c1ddcd5ca06e2
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 |