blob: 7817a2ca5f39ae40da081a881ed514f4cf6ad64a [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "intellij.android.smali",
# do not sort: must match IML order
srcs = [
"src",
"gen",
],
iml_files = ["intellij.android.smali.iml"],
resources = ["resources"],
tags = ["managed"],
test_class = "com.android.tools.idea.smali.SmaliTestSuite",
# do not sort: must match IML order
test_runtime_deps = [
"//tools/idea/platform/external-system-impl:intellij.platform.externalSystem.impl",
"//tools/idea/java/compiler/instrumentation-util-8:intellij.java.compiler.instrumentationUtil.java8",
],
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/xml/xml-structure-view-impl:intellij.xml.structureView.impl",
"//tools/idea/xml/dom-impl:intellij.xml.dom.impl",
"//tools/idea/spellchecker:intellij.spellchecker",
"//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/platform/configuration-store-impl:intellij.platform.configurationStore.impl",
"//tools/idea/platform/built-in-server:intellij.platform.builtInServer.impl",
],
# do not sort: must match IML order
deps = [
"//tools/idea/platform/platform-api:intellij.platform.ide[module]",
"//tools/idea/platform/lang-impl:intellij.platform.lang.impl[module]",
"//tools/idea/platform/testFramework:intellij.platform.testFramework[module, test]",
"//tools/idea:intellij.platform.jps.build_and_others[module, test]",
"//tools/idea/.idea/libraries:mockito[test]",
"//tools/base/testutils:studio.android.sdktools.testutils[module, test]",
"//tools/idea/.idea/libraries:truth[test]",
"//tools/idea/.idea/libraries:Guava",
"//tools/adt/idea/adt-testutils[module, test]",
],
)