summaryrefslogtreecommitdiff
path: root/analytics/BUILD
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2021-02-05 14:20:42 -0800
committerEsteban de la Canal <estebandlc@google.com>2021-02-08 19:00:43 +0000
commitb867135761e6acf6e5f5d19316ae268fded53321 (patch)
treeba5a38edf4a21483b672b0fa1fc06a3976e01cf0 /analytics/BUILD
parent344f2b89fe5cae5bcb96f00366486b5c4823e98a (diff)
downloadidea-b867135761e6acf6e5f5d19316ae268fded53321.tar.gz
Remove kotlin-sdtlib-jdk8 library
This library is provided by the IntelliJ platform, and we should not be using our own. Test: existing tests should cover this Bug: 179064916 Change-Id: I75487cd23055ce1f5303ee307c988754a6d5eede
Diffstat (limited to 'analytics/BUILD')
-rw-r--r--analytics/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/analytics/BUILD b/analytics/BUILD
index 5ba52d8a7a7..eb1929f93b3 100644
--- a/analytics/BUILD
+++ b/analytics/BUILD
@@ -11,7 +11,6 @@ iml_module(
# do not sort: must match IML order
deps = [
"//prebuilts/studio/intellij-sdk:studio-sdk",
- "//tools/adt/idea/.idea/libraries:kotlin-stdlib-jdk8",
"//tools/adt/idea/.idea/libraries:studio-analytics-proto",
"//tools/analytics-library/tracker:analytics-tracker[module]",
],