blob: 269ac35e58bb7aa97549362f468dec15ee818dfd [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.deploy",
srcs = ["src"],
iml_files = ["intellij.android.deploy.iml"],
lint_baseline = "//tools/base/lint:studio-checks/empty_baseline.xml",
test_coverage = True,
test_data = glob(["testData/**"]) + ["//prebuilts/studio/sdk:platform-tools"],
# do not sort: must match IML order
test_runtime_deps = [
"//tools/idea/plugins/IntelliLang/intellilang-jps-plugin:intellij.java.langInjection.jps",
"//tools/idea/plugins/groovy/jps-plugin:intellij.groovy.jps",
"//tools/idea/plugins/ant/jps-plugin:intellij.ant.jps",
"//tools/idea/plugins/java-decompiler/plugin:intellij.java.decompiler",
"//tools/idea/plugins/properties:intellij.properties",
"//tools/idea/jvm/jvm-analysis-java-tests:intellij.jvm.analysis.java.tests",
"//tools/idea/uast/uast-tests:intellij.platform.uast.tests",
"//tools/idea/java/typeMigration:intellij.java.typeMigration",
"//tools/idea/java/manifest:intellij.java.manifest",
"//tools/idea/plugins/java-i18n:intellij.java.i18n",
"//tools/idea/plugins/IntelliLang:intellij.java.langInjection",
"//tools/idea/java/remote-servers/impl:intellij.java.remoteServers.impl",
"//tools/idea/plugins/testng:intellij.testng",
"//tools/idea/plugins/junit:intellij.junit",
"//tools/idea:intellij.java.ui.tests",
"//tools/idea/plugins/coverage:intellij.java.coverage",
"//tools/idea/plugins/ui-designer:intellij.java.guiForms.designer",
"//tools/idea/plugins/ByteCodeViewer:intellij.java.byteCodeViewer",
"//tools/idea/plugins/groovy/groovy-psi:intellij.groovy.psi",
"//tools/idea/plugins/eclipse:intellij.eclipse",
"//tools/idea/java/plugin:intellij.java.plugin",
"//tools/idea/plugins/ui-designer-core:intellij.uiDesigner",
],
test_srcs = ["testSrc"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//tools/idea/platform/lvcs-impl:intellij.platform.lvcs.impl",
"//tools/idea/platform/tasks-platform-impl:intellij.platform.tasks.impl",
"//tools/idea/json:intellij.json",
"//tools/idea/platform/credential-store:intellij.platform.credentialStore",
"//tools/adt/idea/adt-branding:intellij.android.adt.branding",
"//tools/idea/jvm/jvm-analysis-impl:intellij.jvm.analysis.impl",
"//tools/idea/java/ide-resources:intellij.java.ide.resources",
"//tools/idea/java/compiler/instrumentation-util-8:intellij.java.compiler.instrumentationUtil.java8",
],
# do not sort: must match IML order
deps = [
"//tools/idea/.idea/libraries:jetbrains-annotations-java5",
"//tools/idea/.idea/libraries:JUnit4[test]",
"//tools/base/ddmlib:studio.android.sdktools.ddmlib[module]",
"//tools/base/deploy/deployer:studio.android.sdktools.deployer[module]",
"//tools/idea/.idea/libraries:studio-analytics-proto",
"//tools/idea/platform/util:intellij.platform.util[module]",
"//tools/idea/platform/editor-ui-api:intellij.platform.editor[module]",
"//tools/idea/platform/lang-api:intellij.platform.lang[module]",
"//tools/adt/idea/artwork:intellij.android.artwork[module]",
"//tools/idea/platform/lang-impl:intellij.platform.lang.impl[module]",
"//tools/adt/idea/android-common:intellij.android.common[module]",
"//tools/idea/.idea/libraries:truth[test]",
"//tools/idea:intellij.platform.jps.build_and_others[module]",
"//tools/base/tracer:studio.android.sdktools.tracer[module]",
"//tools/idea/.idea/libraries:mockito[test]",
"//tools/analytics-library/tracker:analytics-tracker[module]",
"//tools/base/flags:studio.android.sdktools.flags[module]",
"//tools/base/fakeadbserver:studio.android.sdktools.fakeadbserver[module, test]",
"//tools/base/testutils:studio.android.sdktools.testutils[module, test]",
"//tools/idea/java/execution/openapi:intellij.java.execution[module]",
"//tools/adt/idea/build-common:intellij.android.buildCommon[module]",
"//tools/idea/.idea/libraries:studio-proto",
],
)