From f72a9095fe725c2af11fb157ce2f0c0fc69c12d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Fijo=C5=82ek?= Date: Thu, 1 Aug 2024 20:16:24 +0100 Subject: [PATCH] Rename for clarity. 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 --- recipes.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.bzl b/recipes.bzl index 6ecbd878..04ee6ee6 100644 --- a/recipes.bzl +++ b/recipes.bzl @@ -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",