diff options
author | Svet Ganov <svetoslavganov@google.com> | 2020-04-29 17:14:15 -0700 |
---|---|---|
committer | Svet Ganov <svetoslavganov@google.com> | 2020-05-02 14:39:14 -0700 |
commit | 3b0b84b8a775b4a64facf64b86e2435326adb3fb (patch) | |
tree | fe5a029bfbfc741c592cc027630dbcc92af829b4 /android/api_levels.go | |
parent | 422530f04fae61d04ee96ce8c9401ac10e58cab8 (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.go | 1 |
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 |