summaryrefslogtreecommitdiff
path: root/android/api_levels.go
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-06 21:00:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-11-06 21:00:51 +0000
commitb748992052fb267ab480c9eea1911d5e7e4cee76 (patch)
tree909cc279b3337c5bb60cc25101141ea0655465df /android/api_levels.go
parentb8f463da5686188278b33fe6af19ba81f4820466 (diff)
parent08dd45a3b5b20759c5bff79a697a6d11bf973d23 (diff)
Snap for 7891132 from 08dd45a3b5b20759c5bff79a697a6d11bf973d23 to sc-v2-release
Change-Id: I75ef00acfcb1c3e465c9f3ba8660c35070379780
Diffstat (limited to 'android/api_levels.go')
-rw-r--r--android/api_levels.go2
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