From 6a48436a16ce37c6967f97af9f2261479286db9a Mon Sep 17 00:00:00 2001 From: Scott Pollom Date: Mon, 13 Jan 2025 22:04:46 -0800 Subject: [PATCH] Update recipes.bzl with 8.8.0 Also update version_mappings.txt with the expected versions for AGP 8.10 to unblock incrementing the AGP version number. Bug: 324919230 Test: existing Change-Id: Ied50dfe7005b5dac5a51527a0c778f370ec510fd --- recipes.bzl | 16 ++++++++++++++++ version_mappings.txt | 1 + 2 files changed, 17 insertions(+) diff --git a/recipes.bzl b/recipes.bzl index 822c9ed..961caf5 100644 --- a/recipes.bzl +++ b/recipes.bzl @@ -124,6 +124,22 @@ def recipe_test( ], "jdk_version": 17, }, + "8.8.0": { + "name": name + "_8_8_0", + "gradle_path": "$(location //tools/base/build-system:gradle-distrib)", + "manifest_repos": [ + "//tools/base/build-system/previous-versions:8.8.0", + "//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts", + ":kotlin_1_9_22", + "//tools/base/build-system:gradle-runtime-maven", + ], + "zip_repos": [], + "data": [ + "//prebuilts/studio/sdk:build-tools/35.0.0", + "//tools/base/build-system:gradle-distrib", + ], + "jdk_version": 17, + }, "ToT": { "name": name, "gradle_path": "$(location //tools/base/build-system:gradle-distrib)", diff --git a/version_mappings.txt b/version_mappings.txt index 46c5fc8..3ef023d 100644 --- a/version_mappings.txt +++ b/version_mappings.txt @@ -8,3 +8,4 @@ 8.7;8.9;1.9.22 8.8;8.11.1;1.9.22 8.9;8.11.1;1.9.22 +8.10;8.11.1;1.9.22