summaryrefslogtreecommitdiff
path: root/android/api_levels.go
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2020-04-29 17:14:15 -0700
committerSvet Ganov <svetoslavganov@google.com>2020-05-02 14:39:14 -0700
commit3b0b84b8a775b4a64facf64b86e2435326adb3fb (patch)
treefe5a029bfbfc741c592cc027630dbcc92af829b4 /android/api_levels.go
parent422530f04fae61d04ee96ce8c9401ac10e58cab8 (diff)
Updating platform SDK version for R
* Update SDK versions Test: build + boot bug:150281259 Exempt-From-Owner-Approval: merge conflict resolution Change-Id: I30d7cda3c95327c4080e279e876129eb9e6a8091 Merged-In: I30d7cda3c95327c4080e279e876129eb9e6a8091
Diffstat (limited to 'android/api_levels.go')
-rw-r--r--android/api_levels.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/api_levels.go b/android/api_levels.go
index b6296d815..087206633 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -73,6 +73,7 @@ func getApiLevelsMap(config Config) map[string]int {
"O-MR1": 27,
"P": 28,
"Q": 29,
+ "R": 30,
}
for i, codename := range config.PlatformVersionActiveCodenames() {
apiLevelsMap[codename] = baseApiLevel + i