blob: 2cd05c99bffb8272664971fa488fb4090cce9b26 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.adt.ui.model",
srcs = ["src/main/java"],
iml_files = ["intellij.android.adt.ui.model.iml"],
lint_baseline = "lint_baseline.xml",
# do not sort: must match IML order
test_deps = [
"//tools/adt/idea/.idea/libraries:junit4",
"//tools/adt/idea/.idea/libraries:truth",
],
test_srcs = ["testSrc"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"@intellij//:intellij-sdk",
"@intellij//:com.intellij.java",
],
)