summaryrefslogtreecommitdiff
path: root/android/api_levels.go
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-06-10 20:46:09 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-10 20:46:09 +0000
commit0030148fcbc83715d51f9e1fc901f08ff875a2d0 (patch)
treefea99e22a94a5f5a6c046b429c6c092f59dc6f3c /android/api_levels.go
parent61d180ac27511de910a7c1a639c34691df0020a1 (diff)
parent98aa8fa8400131af264405f81045b08201d64e33 (diff)
Merge "Remove exportable modules when generating snapshots targeting older platform" into main
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 fab5fc7bf..dc17238f3 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -291,6 +291,8 @@ var ApiLevelR = uncheckedFinalApiLevel(30)
var ApiLevelUpsideDownCake = uncheckedFinalApiLevel(34)
+var ApiLevelVanillaIceCream = uncheckedFinalApiLevel(35)
+
// 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.