summaryrefslogtreecommitdiff
path: root/analytics/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 /analytics/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 'analytics/BUILD')
-rw-r--r--analytics/BUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/analytics/BUILD b/analytics/BUILD
index e171023c029..8450dfeede5 100644
--- a/analytics/BUILD
+++ b/analytics/BUILD
@@ -19,3 +19,25 @@ iml_module(
"//tools/idea/platform/core-api:intellij.platform.core[module]",
],
)
+
+# managed by go/iml_to_build [unb]
+iml_module(
+ name = "unb.analytics",
+ srcs = ["src"],
+ iml_files = ["analytics.iml"],
+ lint_baseline = "//tools/base/lint:studio-checks/empty_baseline.xml",
+ 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/.idea/libraries:unb.kotlin-stdlib-jdk8",
+ "//tools/adt/idea/.idea/libraries:unb.studio-analytics-proto",
+ "//tools/analytics-library/tracker:unb.analytics-tracker[module]",
+ "//tools/adt/idea/.idea/libraries:unb.protobuf",
+ ],
+)