aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-02-10 19:47:11 +0000
committerDan Albert <danalbert@google.com>2023-02-10 19:47:11 +0000
commit539305c2032b694429c4eab005919c721c7a3278 (patch)
tree6003574a96f372626a097e1edd7ded0d87d51e2e
parent9ab3e2893c5f570cfe438dba9084ed68f1406310 (diff)
downloadndk-539305c2032b694429c4eab005919c721c7a3278.tar.gz
Support API 34 preview.
Bug: None Test: checkbuild.py Change-Id: I18c0d6040705878d866816889f47edbfebba6608
-rw-r--r--meta/platforms.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/platforms.json b/meta/platforms.json
index 824bb8020..59d8cad96 100644
--- a/meta/platforms.json
+++ b/meta/platforms.json
@@ -1,6 +1,6 @@
{
"min": 21,
- "max": 33,
+ "max": 34,
"aliases": {
"20": 19,
"25": 24,
@@ -20,6 +20,7 @@
"R": 30,
"S": 31,
"Sv2": 32,
- "Tiramisu": 33
+ "Tiramisu": 33,
+ "UpsideDownCake": 34
}
}