summaryrefslogtreecommitdiff
path: root/project-system-gradle-psd/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 /project-system-gradle-psd/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 'project-system-gradle-psd/BUILD')
-rw-r--r--project-system-gradle-psd/BUILD50
1 files changed, 50 insertions, 0 deletions
diff --git a/project-system-gradle-psd/BUILD b/project-system-gradle-psd/BUILD
index 3bb64cfe98d..eae9d561d70 100644
--- a/project-system-gradle-psd/BUILD
+++ b/project-system-gradle-psd/BUILD
@@ -112,3 +112,53 @@ iml_module(
"//tools/idea/.idea/libraries:JUnit4[test]",
],
)
+
+# managed by go/iml_to_build [unb]
+iml_module(
+ name = "unb.intellij.android.projectSystem.gradle.psd",
+ srcs = ["src"],
+ iml_files = ["intellij.android.projectSystem.gradle.psd.iml"],
+ lint_baseline = "lint_baseline.xml",
+ 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.Guava",
+ "//tools/adt/idea/android:unb.intellij.android.core[module]",
+ "//tools/adt/idea/.idea/libraries:unb.studio-analytics-proto",
+ "//tools/adt/idea/.idea/libraries:unb.studio-proto",
+ "//tools/adt/idea/.idea/libraries:unb.protobuf",
+ "//tools/adt/idea/android-common:unb.intellij.android.common[module]",
+ "//tools/adt/idea/artwork:unb.intellij.android.artwork[module]",
+ "//tools/adt/idea/wizard-model:unb.intellij.android.wizard.model[module]",
+ "//tools/adt/idea/wizard:unb.intellij.android.wizard[module]",
+ "//tools/adt/idea/.idea/libraries:unb.jsr305",
+ "//tools/base/flags:unb.studio.android.sdktools.flags[module]",
+ "//tools/adt/idea/gradle-dsl:unb.intellij.android.gradle.dsl[module]",
+ "//tools/adt/idea/adt-ui:unb.intellij.android.adt.ui[module]",
+ "//tools/analytics-library/tracker:unb.analytics-tracker[module]",
+ "//tools/adt/idea/project-system:unb.intellij.android.projectSystem[module]",
+ ],
+)
+
+# managed by go/iml_to_build [unb]
+iml_module(
+ name = "unb.intellij.android.projectSystem.gradle.psd.tests",
+ iml_files = ["intellij.android.projectSystem.gradle.psd.tests.iml"],
+ tags = [
+ "manual",
+ "unb",
+ ],
+ test_srcs = ["testSrc"],
+ visibility = ["//visibility:public"],
+ # do not sort: must match IML order
+ deps = [
+ "//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/project-system-gradle-psd:unb.intellij.android.projectSystem.gradle.psd[module, test]",
+ "//tools/adt/idea/.idea/libraries:unb.truth[test]",
+ ],
+)