aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2023-04-04 19:52:34 +0000
committerAlex Buynytskyy <alexbuy@google.com>2023-04-06 22:17:26 +0000
commitd1c6e334a046c5dfbd7e49fa4c829c21784e9a1a (patch)
treee8a4769416f4db0d1231f6647e29f8a942f1fdd7 /android
parentec3e7eb27a34de486aaafcbd880d2883d6f1be76 (diff)
downloadsoong-d1c6e334a046c5dfbd7e49fa4c829c21784e9a1a.tar.gz
UpsideDownCake is now 34
Ignore-AOSP-First: UpsideDownCake Finalization Bug: 275409981 Test: build Change-Id: I70da9e094781c49ce3fa905e202fa0114696aa77
Diffstat (limited to 'android')
-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 7214ccbb6..137fd9dad 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -431,6 +431,7 @@ func getApiLevelsMapReleasedVersions() map[string]int {
"S": 31,
"S-V2": 32,
"Tiramisu": 33,
+ "UpsideDownCake": 34,
}
}