Skip to content

Commit

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

Bug: 324919230
Test: existing
Change-Id: I6b161281a14acc5e84609dc48bee4b20ea00ace1
  • Loading branch information
scott-pollom committed Sep 3, 2024
1 parent 336f381 commit 03fb5c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,22 @@ def recipe_test(
],
"jdk_version": 17,
},
"8.6.0": {
"name": name + "_8_6_0",
"gradle_path": "$(location //tools/base/build-system:gradle-distrib-8.9)",
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.6.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
1 change: 1 addition & 0 deletions version_mappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
8.5;8.7;1.9.22
8.6;8.9;1.9.22
8.7;8.9;1.9.22
8.8;8.9;1.9.22

0 comments on commit 03fb5c4

Please sign in to comment.