summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2021-12-21 21:46:08 +0000
committerYuriy Solodkyy <solodkyy@google.com>2021-12-22 11:36:32 +0000
commit4a8ebf7be6a92679e5fa42dfb177166e0dc829b8 (patch)
tree59546eb1c6d637a4a1637feb8607f05ba157e7f9 /android/BUILD
parentf623b8759a828a005a549c9937ee44bb3e94d1e5 (diff)
downloadidea-4a8ebf7be6a92679e5fa42dfb177166e0dc829b8.tar.gz
Move AndroidAddLibraryDependencyAction to project-system-gradle
and any code which it prevented from being moved. Bug: 147586218 Test: n/a Change-Id: Icc51e8133cfa63ab079c16c7b96962315ca6847f
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/BUILD b/android/BUILD
index a52321f89aa..1e4335431f3 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -616,6 +616,7 @@ iml_module(
"//tools/adt/idea/android-test-framework:intellij.android.testFramework[module, test]",
"//tools/adt/idea/project-system:intellij.android.projectSystem[module, test]",
"//tools/adt/idea/adt-testutils:intellij.android.adt.testutils[module, test]",
+ "//tools/adt/idea/project-system-gradle:intellij.android.projectSystem.gradle[module, test]",
"//tools/adt/idea/project-system-gradle-psd:intellij.android.projectSystem.gradle.psd[module, test]",
"//tools/adt/idea/project-system-gradle-models:intellij.android.projectSystem.gradle.models[module, test]",
"//tools/adt/idea/.idea/libraries:truth",