blob: a7aebbd39f37070b1c5f8c14855835691e2cf930 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.projectSystem.gradle.models",
srcs = ["src"],
iml_files = ["intellij.android.projectSystem.gradle.models.iml"],
jvm_target = "8",
lint_baseline = "lint_baseline.xml",
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"@intellij//:intellij-sdk",
"@intellij//:com.intellij.java",
"//tools/base/sdk-common/gradle:studio.android.sdktools.sdk-common.gradle[module]",
],
)
# managed by go/iml_to_build
iml_module(
name = "intellij.android.projectSystem.gradle.models.tests",
iml_files = ["intellij.android.projectSystem.gradle.models.tests.iml"],
test_srcs = ["testSrc"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"@intellij//:intellij-sdk",
"@intellij//:com.intellij.java",
"//tools/adt/idea/android-test-framework:intellij.android.testFramework[module]",
],
)