blob: 3efc4319fc9af7444ecb64194950000e11cf8381 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.profilers.atrace",
# do not sort: must match IML order
srcs = [
"src/core/common/src/main/kotlin",
"src/core/model/src/main/kotlin",
],
iml_files = ["intellij.android.profilers.atrace.iml"],
# 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",
],
)