summaryrefslogtreecommitdiff
path: root/android-lint/BUILD
diff options
context:
space:
mode:
authorKun Shen <kunshen@google.com>2021-09-27 20:08:25 -0700
committerKun Shen <kunshen@google.com>2021-10-09 02:20:04 +0000
commitcd980a735aae2c2dcd939d63427f80c5ed5923db (patch)
tree106895353cfa7377be31f13193b0d1a2a7fa2dfe /android-lint/BUILD
parentbccbfaa1b59b1baa56fd492bd2526cd090950486 (diff)
downloadidea-cd980a735aae2c2dcd939d63427f80c5ed5923db.tar.gz
[modularization] Extract android lint specific test data into `intellij.android.lint` module
Here, - we move files from android/testData/gradle/... to android-lint/testData/gradle/... - we move files from android/testData/lint/... to android-lint/testData/lint/... - android/lint_baseline is updated Bug: 200183830 Test: existing Change-Id: I7527514a142ef2177775ec1353755fc33dc96f23
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 6cb380be144..c1fd7390ee5 100644
--- a/android-lint/BUILD
+++ b/android-lint/BUILD
@@ -38,6 +38,7 @@ iml_module(
"//prebuilts/studio/jdk",
"//prebuilts/studio/layoutlib/data:framework_res.jar",
"//prebuilts/studio/sdk:platforms/latest",
+ "//tools/adt/idea/android-lint/testData",
"//tools/adt/idea/android/testData",
],
test_shard_count = 2,