Skip to content

Commit

Permalink
Rename for clarity.
Browse files Browse the repository at this point in the history
Previous name was the same as in target:
//tools/base/build-system/integration-test
A distinct name for clarity.

Bug: N/A
Test: N/A
Change-Id: If2021f1d7e3c11d283fa4b3a0f11ac5f60b90b5a
  • Loading branch information
Wojciech Fijołek committed Sep 12, 2024
1 parent 03fb5c4 commit f72a909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def recipe_test(
"gradle-resources/**",
],
) + [
"//tools/base/build-system:android_platform_for_tests",
"//tools/base/build-system:android_platform_for_agp_unit_tests",
"version_mappings.txt",
] + manifest_repos + zip_repos + repo_files + test_scenarios[agp_version]["data"] + _jdkRuntime(test_scenarios[agp_version].get("jdk_version")),
test_class = "com.android.tools.gradle.GradleRecipeTest",
Expand Down

0 comments on commit f72a909

Please sign in to comment.