aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Robinson <robinsontom@google.com>2023-12-14 21:15:09 +0000
committerTom Robinson <robinsontom@google.com>2023-12-14 21:55:47 +0000
commit4d8af2dd0f5fd6e08a1666a81af6842ca759eeaa (patch)
treedf9adfb9b2d312520fbe480e4bf72d1f4bc0be64
parentf0214f40059feea8e9215547a18192587c5b8d2d (diff)
downloadbazel-4d8af2dd0f5fd6e08a1666a81af6842ca759eeaa.tar.gz
Add VanillaIceCream to api_levels_released_versions
To fix build breakage on aosp_cf_riscv64_phone-next-userdebug Change-Id: I97c61ead0f191e8aa64466b41a7199610bf011c3
-rw-r--r--rules/common/api_constants.bzl5
1 files changed, 5 insertions, 0 deletions
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,
}