summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-06-30 19:29:25 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2020-07-08 23:10:02 +0000
commite582ced89055842dec887e345cf258dacad1c543 (patch)
tree2ed899f8fdb992b7216ae8680753bf0957e24a3c /compose-ide-plugin/BUILD
parent13f51a870a1d6ad090ab303491456aca63f06a6d (diff)
downloadidea-e582ced89055842dec887e345cf258dacad1c543.tar.gz
Add iml_module rules for the unbundled project
These are the modules for the tools/adt/idea project. They are all tagged as manual for now, see the README in tools/adt/idea/studio for more information Test: The new project creation will have its own tests Bug: 156497102 Change-Id: I065d39d68250c14bd3df0a1ebe515af2694dd65e
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index d2689e39ca3..f284e7413cf 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -25,3 +25,23 @@ iml_module(
"//tools/idea/platform/projectModel-api:intellij.platform.projectModel[module]",
],
)
+
+# managed by go/iml_to_build [unb]
+iml_module(
+ name = "unb.intellij.android.compose-ide-plugin",
+ srcs = ["src/main/java"],
+ iml_files = ["intellij.android.compose-ide-plugin.iml"],
+ lint_baseline = "//tools/base/lint:studio-checks/empty_baseline.xml",
+ resources = ["src/main/resources"],
+ tags = [
+ "manual",
+ "unb",
+ ],
+ visibility = ["//visibility:public"],
+ # do not sort: must match IML order
+ deps = [
+ "//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/.idea/libraries:unb.kotlin-stdlib-jdk8",
+ "//prebuilts/tools/common/m2/repository/androidx/compose/compose-compiler-hosted/0.1.0-dev14:jar",
+ ],
+)