summaryrefslogtreecommitdiff
path: root/compilationTests/BUILD.bazel
diff options
context:
space:
mode:
authorPeter Xu <peterx@google.com>2021-01-08 13:45:43 -0800
committerPeter Xu <peterx@google.com>2021-01-11 14:49:55 -0800
commitb5448b5bf00c87d10fcc33a284fd724f2d3a8175 (patch)
tree03745e6ceb8033b06bb6c5ebe450e981485ef52b /compilationTests/BUILD.bazel
parent911c64692dd17588126785eaec8f787df8bc6671 (diff)
downloaddata-binding-b5448b5bf00c87d10fcc33a284fd724f2d3a8175.tar.gz
Add db-compilationTests iml module
Test: n/a Bug: 173134729 Change-Id: I1d66579bca601f205c202c1bf2e02a23ca7bcd27
Diffstat (limited to 'compilationTests/BUILD.bazel')
-rw-r--r--compilationTests/BUILD.bazel27
1 files changed, 27 insertions, 0 deletions
diff --git a/compilationTests/BUILD.bazel b/compilationTests/BUILD.bazel
new file mode 100644
index 00000000..b52079d8
--- /dev/null
+++ b/compilationTests/BUILD.bazel
@@ -0,0 +1,27 @@
+load("//tools/base/bazel:bazel.bzl", "iml_module")
+
+# managed by go/iml_to_build
+iml_module(
+ name = "studio.compilationTests",
+ iml_files = ["db-compilationTests.iml"],
+ test_resources = ["src/test/resources"],
+ test_srcs = ["src/test/java"],
+ visibility = ["//visibility:public"],
+ # do not sort: must match IML order
+ deps = [
+ "//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/.idea/libraries:kotlin-stdlib-jdk8",
+ "//tools/base/annotations:studio.android.sdktools.android-annotations[module, test]",
+ "//tools/data-binding:studio.compilerCommon[module, test]",
+ "//tools/data-binding:studio.compiler[module, test]",
+ "//prebuilts/tools/common/m2/repository/junit/junit/4.12:junit-4.12[test]",
+ "//tools/adt/idea/.idea/libraries:Guava[test]",
+ "//tools/adt/idea/.idea/libraries:truth[test]",
+ "//prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2:commons-lang3-3.3.2[test]",
+ "//prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4:commons-io-2.4[test]",
+ "//tools/base/testutils:studio.android.sdktools.testutils[module, test]",
+ "//tools/adt/idea/android-test-framework:intellij.android.testFramework[module, test]",
+ "//tools/adt/idea/adt-testutils:intellij.android.adt.testutils[module, test]",
+ "//tools/adt/idea/android:intellij.android.core[module, test]",
+ ],
+)