blob: ada06f4c92318486a5357c71d14369648ac0bd6b [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.plugin",
srcs = ["src"],
iml_files = ["intellij.android.plugin.iml"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
runtime_deps = [
"//tools/idea/xml/relaxng:intellij.relaxng",
"//tools/idea/platform/tasks-platform-impl:intellij.platform.tasks.impl",
"//tools/idea/json:intellij.json",
"//tools/idea/platform/credential-store:intellij.platform.credentialStore",
"//tools/idea/jvm/jvm-analysis-impl:intellij.jvm.analysis.impl",
"//tools/idea/java/compiler/instrumentation-util-8:intellij.java.compiler.instrumentationUtil.java8",
"//tools/idea/plugins/IntelliLang/intellilang-jps-plugin:intellij.java.langInjection.jps",
"//tools/adt/idea/adt-branding:intellij.android.adt.branding",
"//tools/vendor/intellij/cidr:intellij.c.doxygen",
],
# do not sort: must match IML order
deps = [
"//tools/adt/idea/android:intellij.android.core[module]",
"//tools/adt/idea/sdk-updates:intellij.android.sdkUpdates[module]",
"//tools/adt/idea/designer:intellij.android.designer[module]",
"//tools/adt/idea/profilers-android:intellij.android.profilersAndroid[module]",
"//tools/adt/idea/android-adb:intellij.android.adb[module]",
"//tools/adt/idea/android-debuggers:intellij.android.debuggers[module]",
"//tools/adt/idea/android-lang:intellij.android.lang[module]",
"//tools/adt/idea/project-system:intellij.android.projectSystem[module]",
"//tools/adt/idea/project-system-gradle:intellij.android.projectSystem.gradle[module]",
"//tools/adt/idea/android-layout-inspector[module]",
"//tools/adt/idea/assistant[module]",
"//tools/adt/idea/connection-assistant[module]",
"//tools/adt/idea/whats-new-assistant[module]",
],
)