From 539305c2032b694429c4eab005919c721c7a3278 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 10 Feb 2023 19:47:11 +0000 Subject: Support API 34 preview. Bug: None Test: checkbuild.py Change-Id: I18c0d6040705878d866816889f47edbfebba6608 --- meta/platforms.json | 5 +++-- 1 file 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 } } -- cgit v1.2.3