diff options
author | Dan Albert <danalbert@google.com> | 2020-09-16 11:35:00 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2020-09-18 12:41:31 -0700 |
commit | dbc008f6637ad07a849f3047b4a2abc67725d44b (patch) | |
tree | 5ec39cd773e47a68a7c1d88ea5e15d005b569251 /android/api_levels.go | |
parent | 1a2462717ec6b59e332a068280e796a79e477c94 (diff) |
Update finalized codenames map.
Test: None
Bug: None
Change-Id: I9846776ff93fa2ead0affeff729a3c7bb934fbf8
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 e5405ca08..ddcdbb7e4 100644 --- a/android/api_levels.go +++ b/android/api_levels.go @@ -258,6 +258,7 @@ func getFinalCodenamesMap(config Config) map[string]int { "O-MR1": 27, "P": 28, "Q": 29, + "R": 30, } if Bool(config.productVariables.Platform_sdk_final) { |