blob: 2431b2afd701128c82abf62bec70d317c39df1e9 [file] [log] [blame]
load("//tools/base/bazel:bazel.bzl", "iml_module")
# managed by go/iml_to_build
iml_module(
name = "intellij.android.databinding.gradle",
srcs = ["src"],
iml_files = ["intellij.android.databinding.gradle.iml"],
resources = ["resources"],
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"@intellij//:intellij-sdk",
"//tools/adt/idea/databinding:intellij.android.databinding",
"//tools/adt/idea/project-system:intellij.android.projectSystem",
"//tools/adt/idea/project-system-gradle:intellij.android.projectSystem.gradle",
],
)