Skip to content

Commit

Permalink
Update recipes.bzl with 8.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
scott-pollom committed Jan 14, 2025
1 parent d91f333 commit 6a48436
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 @@ -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)",
Expand Down
1 change: 1 addition & 0 deletions version_mappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a48436

Please sign in to comment.