1# Copyright (C) 2023 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15api_levels_released_versions = { 16 "G": 9, 17 "I": 14, 18 "J": 16, 19 "J-MR1": 17, 20 "J-MR2": 18, 21 "K": 19, 22 "L": 21, 23 "L-MR1": 22, 24 "M": 23, 25 "N": 24, 26 "N-MR1": 25, 27 "O": 26, 28 "O-MR1": 27, 29 "P": 28, 30 "Q": 29, 31 "R": 30, 32 "S": 31, 33 "S-V2": 32, 34 "Tiramisu": 33, 35 "UpsideDownCake": 34, 36} 37