summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorKun Shen <kunshen@google.com>2021-09-08 12:15:54 -0700
committerKun Shen <kunshen@google.com>2021-10-07 20:13:37 +0000
commitd6b72b86ccd5408c58d5970f84640eecf73e3a5c (patch)
treec618c33cabaefe95ee03cef1666b1cc307f204cf /android/BUILD
parent60a8b46c434e7284d3c13392d878ac55e4aacd30 (diff)
downloadidea-d6b72b86ccd5408c58d5970f84640eecf73e3a5c.tar.gz
[modularization] Extract android specific lint code into a new module
In this CL: - android specific lint IDE client code, inspections, quick fixes and the intention actions are extracted into the new `intellij.android.lint` module. Here, we don't differentiate the lint specific legacy jetbrain code in `org.jetbrains.android.*` package and the code in `com.android.tools.idea.lint` package, they are all consolidated to the new module. - those android lint specific properties are extracted into the new module. Bug: 200183830 Test: Existing Change-Id: Ia57e30459081b3e2dbc159079dc4b6a8f0373cb0
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/BUILD b/android/BUILD
index 29491768f88..75dd39d421d 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -340,6 +340,7 @@ iml_module(
"//tools/base/common:studio.android.sdktools.common.testfixtures[module, test]",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-gradle-java[test]",
"//tools/base/deploy/deployer:studio.android.sdktools.deployer[module, test]",
+ "//tools/adt/idea/android-lint:intellij.android.lint[module, test]",
],
)
@@ -641,5 +642,6 @@ iml_module(
"//tools/adt/idea/adt-ui:intellij.android.adt.ui[module, test]",
"//tools/adt/idea/android-kotlin:intellij.android.kotlin.idea[module, test]",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-Kotlin[test]",
+ "//tools/adt/idea/android-lint:intellij.android.lint[module, test]",
],
)