summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorChris Warrington <cmw@google.com>2022-02-16 14:47:47 +0000
committerChris Warrington <cmw@google.com>2022-02-16 16:29:10 +0000
commit52a487b9f94258c8cf66e4061bc83ebd2385d335 (patch)
tree12955b7cdc609e72dad57ed50e27d419f56590f0 /android/BUILD
parent7cb4deca512e848a2045057f0c34464ec3f0d05c (diff)
downloadidea-52a487b9f94258c8cf66e4061bc83ebd2385d335.tar.gz
Use AGP-as-built-by-gradle in android tests
Bug: 143864616 Test: existing Change-Id: Iead57e8807f13262a51168252e42e72ccc0c58c0
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/BUILD b/android/BUILD
index a7743da1e80..cd664eae90f 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -222,8 +222,9 @@ iml_module(
"//tools/adt/idea/android/lib:sampleData",
"//tools/adt/idea/android/testData",
"//tools/adt/idea/artwork:device-art-resources",
- "//tools/base/build-system:gradle-distrib", # Please do not add old versions of AGP here. Use the old-agp-tests module instead.
- "//tools/base/build-system:studio_repo",
+ "//tools/base/build-system:android_gradle_plugin.zip", # Please do not add old versions of AGP here. Use the old-agp-tests module instead.
+ "//tools/base/build-system:android_gradle_plugin_runtime_dependencies",
+ "//tools/base/build-system:gradle-distrib",
"//tools/base/build-system/integration-test:kotlin_gradle_plugin_prebuilts",
"//tools/base/resource-repository/test/resources",
"//tools/base/third_party/kotlin:kotlin-m2repository",