Skip to content

Commit

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

Bug: 324919230
Test: existing
Change-Id: I4e4c6cb3b9db5c62f9f70e8e475ee9e75a13af28
  • Loading branch information
scott-pollom committed Jun 17, 2024
1 parent 6d22fea commit 6b22c78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ def recipe_test(
],
"jdk_version": 17,
},
"8.5.0": {
"name": name + "_8_5_0",
"gradle_path": "$(location //tools/base/build-system:gradle-distrib-8.7)",
"manifest_repos": [
"//tools/base/build-system/previous-versions:8.5.0",
":kotlin_1_9_22",
"//tools/base/build-system:gradle-8.7-runtime-maven",
],
"zip_repos": [],
"data": [
"//prebuilts/studio/sdk:build-tools/34.0.0",
"//tools/base/build-system:gradle-distrib-8.7",
],
"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 @@ -5,3 +5,4 @@
8.4;8.6;1.9.22
8.5;8.7;1.9.22
8.6;8.7;1.9.22
8.7;8.8;1.9.22

0 comments on commit 6b22c78

Please sign in to comment.