aboutsummaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2021-02-03 17:36:27 -0800
committerDan Albert <danalbert@google.com>2021-02-18 13:01:16 -0800
commit0b3f284868a937d832350b2b0d871fa2a2348348 (patch)
treeaf02202e5313afb014585a76362ba4b493b8adcc /meta
parent6b26a71eaccb26b5693d70fc0baeb8f17a99efa0 (diff)
downloadndk-0b3f284868a937d832350b2b0d871fa2a2348348.tar.gz
Support S.
Test: treehugger Bug: http://b/178509855 Change-Id: I8584f30a58366b9c1de23ef0ec9f5df41b003a96 (cherry picked from commit 7543e706108faed55d5ebabc693eeda1ce7adfb0)
Diffstat (limited to 'meta')
-rw-r--r--meta/platforms.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/platforms.json b/meta/platforms.json
index a124f6961..32ff583f3 100644
--- a/meta/platforms.json
+++ b/meta/platforms.json
@@ -1,6 +1,6 @@
{
"min": 16,
- "max": 30,
+ "max": 31,
"aliases": {
"20": 19,
"25": 24,
@@ -17,6 +17,7 @@
"O-MR1": 27,
"P": 28,
"Q": 29,
- "R": 30
+ "R": 30,
+ "S": 31
}
}