From 2010602bc849c2c3df8084da129247bbe18d9dce Mon Sep 17 00:00:00 2001 From: Andrei Kuznetsov Date: Mon, 28 Sep 2020 16:48:08 +0300 Subject: [PATCH] IJI-449: Android: Remove licenses for obsolete Android libraries `Android Analytics` is an alias for ["android.sdktools.android-annotations", "analytics-shared", "analytics-tracker", "analytics-publisher", "analytics-crash"]. They have their own entries. `Android SDK Tools > Android SDK Common/Lib`, and `Android Builder > Android Builder Model/Test Api`. They have their own entries also. GitOrigin-RevId: 414ed034272cad99bb51406f7d20c2031e2427c0 --- .../jetbrains/intellij/build/CommunityLibraryLicenses.groovy | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index e7501af56b74..d49cffe0b368 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -18,8 +18,6 @@ class CommunityLibraryLicenses { url: "https://github.com/hankcs/AhoCorasickDoubleArrayTrie"), new LibraryLicense(name: "Amazon Ion Java", libraryName: "ion", license: "Apache 2.0", url: "https://github.com/amzn/ion-java"), new LibraryLicense(name: "Android AIA Protos", libraryName: "aia-proto", license: "Apache 2.0", url: "http://source.android.com/"), - new LibraryLicense(name: "Android Analytics", attachedTo: "intellij.android.core", license: "Apache 2.0", - url: "http://source.android.com/"), new LibraryLicense(name: "Android Analytics Crash", libraryName: "precompiled-analytics-crash", license: "Apache 2.0", url: "http://source.android.com/"), new LibraryLicense(name: "Android Analytics Protos", libraryName: "studio-analytics-proto", @@ -43,7 +41,6 @@ class CommunityLibraryLicenses { new LibraryLicense(name: "Android Archive Patcher (shared)", libraryName: "shared-27.0.0.0.jar", license: "Apache 2.0", url: "http://source.android.com/"), new LibraryLicense(name: "Android Baksmali", libraryName: "baksmali", license: "Apache 2.0", url: "http://source.android.com/"), - new LibraryLicense(name: "Android Builder", attachedTo: "intellij.android.core", license: "Apache 2.0", url: "http://source.android.com/"), new LibraryLicense(name: "Android Builder Model", libraryName: "precompiled-builder-model", license: "Apache 2.0", url: "http://source.android.com/"), new LibraryLicense(name: "Android Builder Test Api", libraryName: "precompiled-builder-test-api", license: "Apache 2.0", @@ -109,8 +106,6 @@ class CommunityLibraryLicenses { url: "http://source.android.com/"), new LibraryLicense(name: "Android Sdk Lib", libraryName: "precompiled-sdklib", license: "Apache 2.0", url: "http://source.android.com/"), - new LibraryLicense(name: "Android SDK Tools", attachedTo: "intellij.android.core", license: "Apache 2.0", - url: "http://source.android.com/"), new LibraryLicense(name: "Android STracer", libraryName: "precompiled-tracer", license: "Apache 2.0", url: "http://source.android.com/"), new LibraryLicense(name: "Android USB Devices", libraryName: "precompiled-usb-devices",