From 4d8af2dd0f5fd6e08a1666a81af6842ca759eeaa Mon Sep 17 00:00:00 2001 From: Tom Robinson Date: Thu, 14 Dec 2023 21:15:09 +0000 Subject: Add VanillaIceCream to api_levels_released_versions To fix build breakage on aosp_cf_riscv64_phone-next-userdebug Change-Id: I97c61ead0f191e8aa64466b41a7199610bf011c3 --- rules/common/api_constants.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rules/common/api_constants.bzl b/rules/common/api_constants.bzl index b987526d..87d6e281 100644 --- a/rules/common/api_constants.bzl +++ b/rules/common/api_constants.bzl @@ -12,6 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +""" +Api levels for code names. +""" + api_levels_released_versions = { "G": 9, "I": 14, @@ -33,4 +37,5 @@ api_levels_released_versions = { "S-V2": 32, "Tiramisu": 33, "UpsideDownCake": 34, + "VanillaIceCream": 35, } -- cgit v1.2.3