summaryrefslogtreecommitdiff
path: root/project-system-gradle-sync/BUILD
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-05-29 13:52:51 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-06-01 22:50:47 -0700
commit14e12a56588ef1af2cf645c46afb62ea0d6b7eff (patch)
tree4d60d8a187b079c1988612cf5d0d78c939ca01d6 /project-system-gradle-sync/BUILD
parent16dba1cc625045763630509a3f71822c5145daf7 (diff)
downloadidea-14e12a56588ef1af2cf645c46afb62ea0d6b7eff.tar.gz
Updates BUILD files
Test: existing Bug: 156497102 Change-Id: I35f1d2af7d5a6f721ade666d30dc92befc2f978f
Diffstat (limited to 'project-system-gradle-sync/BUILD')
-rw-r--r--project-system-gradle-sync/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/project-system-gradle-sync/BUILD b/project-system-gradle-sync/BUILD
index 7fc6d4bc71d..1ed73c7e080 100644
--- a/project-system-gradle-sync/BUILD
+++ b/project-system-gradle-sync/BUILD
@@ -35,7 +35,7 @@ iml_module(
"//tools/idea/.idea/libraries:precompiled_jshell-frontend",
"//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
"//tools/idea/plugins/IntelliLang/intellilang-jps-plugin:intellij.java.langInjection.jps",
- "//tools/adt/idea/adt-branding:intellij.android.adt.branding",
+ "//tools/idea/adt-branding:intellij.android.adt.branding",
],
# do not sort: must match IML order
deps = [
@@ -97,7 +97,7 @@ iml_module(
"//prebuilts/tools/common/m2/repository/com/jetbrains/intellij/documentation/tips-intellij-idea-community/201.11:jar",
"//tools/idea/.idea/libraries:precompiled_jshell-frontend",
"//tools/idea/plugins/maven/error-prone-compiler:intellij.maven.errorProne.compiler",
- "//tools/adt/idea/adt-branding:intellij.android.adt.branding",
+ "//tools/idea/adt-branding:intellij.android.adt.branding",
],
test_srcs = ["testSrc"],
test_timeout = "long",