Skip to content

Commit

Permalink
Update recipes.bzl with 8.7.0
Browse files Browse the repository at this point in the history
Also update version_mappings.txt with the expected versions for AGP 8.9
to unblock incrementing the AGP version number.

Bug: 324919230
Test: existing
Change-Id: I00f164990c4a3fceeb39fd904bdd67996206dbc9
  • Loading branch information
scott-pollom committed Oct 2, 2024
1 parent 1ea60dc commit 2a1bf40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,22 @@ def recipe_test(
],
"jdk_version": 17,
},
"8.7.0": {
"name": name + "_8_7_0",
"gradle_path": "$(location //tools/base/build-system:gradle-distrib-8.9)",
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.7.0",
"//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts",
":kotlin_1_9_22",
"//tools/base/build-system:gradle-8.9-runtime-maven",
],
"zip_repos": [],
"data": [
"//prebuilts/studio/sdk:build-tools/34.0.0",
"//tools/base/build-system:gradle-distrib-8.9",
],
"jdk_version": 17,
},
"ToT": {
"name": name,
"gradle_path": "$(location //tools/base/build-system:gradle-distrib)",
Expand Down
3 changes: 2 additions & 1 deletion version_mappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
8.4;8.6;1.9.22
8.5;8.7;1.9.22
8.6;8.9;1.9.22
8.7;8.10.2;1.9.22
8.7;8.9;1.9.22
8.8;8.10.2;1.9.22
8.9;8.10.2;1.9.22

0 comments on commit 2a1bf40

Please sign in to comment.