summaryrefslogtreecommitdiff
path: root/android-lint/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2021-11-30 21:06:01 +0000
committerYuriy Solodkyy <solodkyy@google.com>2021-12-01 00:11:55 +0000
commite16d908a0ae139be20f26ee9429b323892d95560 (patch)
tree53c250531de9adc28d4ff79069ec91c8b072e16d /android-lint/BUILD
parentccc883e5142b42734b59204e5cf6539c174bd232 (diff)
downloadidea-e16d908a0ae139be20f26ee9429b323892d95560.tar.gz
Move GradleAndroidModel to project-system-gradle (Step 2)
(1) Move `GradleAndroidModel` and its dependencies to `project-system-gradle`; (2) Do not move tests yet; (3) Do not move any code which can be moved but which is not a dependency. Bug: 147586218 Test: n/a Change-Id: I450e1e2702cbe4fa690b99b63c9e20f0beb6ab90
Diffstat (limited to 'android-lint/BUILD')
-rw-r--r--android-lint/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-lint/BUILD b/android-lint/BUILD
index 8f436958ea8..edd2262097e 100644
--- a/android-lint/BUILD
+++ b/android-lint/BUILD
@@ -18,6 +18,7 @@ iml_module(
"//tools/adt/idea/android-common:intellij.android.common[module]",
"//tools/adt/idea/.idea/libraries:studio-analytics-proto",
"//tools/analytics-library/shared:analytics-shared[module]",
+ "//tools/adt/idea/project-system-gradle:intellij.android.projectSystem.gradle[module]",
"//tools/adt/idea/project-system-gradle-models:intellij.android.projectSystem.gradle.models[module]",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-properties",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-Groovy",