diff options
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 1130c3e89..fab5fc7bf 100644 --- a/android/api_levels.go +++ b/android/api_levels.go @@ -289,6 +289,8 @@ var LastWithoutModuleLibCoreSystemModules = uncheckedFinalApiLevel(31) var ApiLevelR = uncheckedFinalApiLevel(30) +var ApiLevelUpsideDownCake = uncheckedFinalApiLevel(34) + // ReplaceFinalizedCodenames returns the API level number associated with that API level // if the `raw` input is the codename of an API level has been finalized. // If the input is *not* a finalized codename, the input is returned unmodified. |