summaryrefslogtreecommitdiff
path: root/project-system-gradle-sync/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2020-04-19 20:23:49 +0100
committerYuriy Solodkyy <solodkyy@google.com>2020-04-23 17:29:03 +0000
commitaa130347338bac3220ceb15afbdacfff46cb1dca (patch)
treea5584940de559ece91498ca784643a4090734ac2 /project-system-gradle-sync/BUILD
parent029cbef0dffad3542e193da1c6b92c4fd14552ba (diff)
downloadidea-aa130347338bac3220ceb15afbdacfff46cb1dca.tar.gz
Move RunConfigurationChecker service to Gradle project system
Bug: 147586218 Test: n/a Change-Id: Ia3a78e3273decb323c2fe1fd0f75844c040d4d95
Diffstat (limited to 'project-system-gradle-sync/BUILD')
-rw-r--r--project-system-gradle-sync/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/project-system-gradle-sync/BUILD b/project-system-gradle-sync/BUILD
index 10520f201b4..5989c928d2e 100644
--- a/project-system-gradle-sync/BUILD
+++ b/project-system-gradle-sync/BUILD
@@ -48,6 +48,7 @@ iml_module(
"//tools/idea/platform/lang-impl:intellij.platform.lang.impl[module]",
"//tools/idea/platform/external-system-api:intellij.platform.externalSystem[module]",
"//tools/idea/plugins/junit:intellij.junit[module]",
+ "//tools/adt/idea/project-system-gradle:intellij.android.projectSystem.gradle[module]",
],
)
@@ -118,5 +119,6 @@ iml_module(
"//tools/idea/java/execution/impl:intellij.java.execution.impl[module, test]",
"//tools/base/testutils:studio.android.sdktools.testutils[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]",
],
)