Bob Badour | 1d364e4 | 2021-02-12 18:38:38 -0800 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["prebuilts_gradle-plugin_license"], |
| 3 | } |
| 4 | |
| 5 | // Added automatically by a large-scale-change that took the approach of |
| 6 | // 'apply every license found to every target'. While this makes sure we respect |
| 7 | // every license restriction, it may not be entirely correct. |
| 8 | // |
| 9 | // e.g. GPL in an MIT project might only apply to the contrib/ directory. |
| 10 | // |
| 11 | // Please consider splitting the single license below into multiple licenses, |
| 12 | // taking care not to lose any license_kind information, and overriding the |
| 13 | // default license using the 'licenses: [...]' property on targets as needed. |
| 14 | // |
| 15 | // For unused files, consider creating a 'fileGroup' with "//visibility:private" |
| 16 | // to attach the license to, and including a comment whether the files may be |
| 17 | // used in the current project. |
| 18 | // See: http://go/android-license-faq |
| 19 | license { |
| 20 | name: "prebuilts_gradle-plugin_license", |
| 21 | visibility: [":__subpackages__"], |
| 22 | license_kinds: [ |
| 23 | "SPDX-license-identifier-Apache-2.0", |
| 24 | "SPDX-license-identifier-GPL", |
| 25 | "SPDX-license-identifier-GPL-2.0", |
| 26 | "SPDX-license-identifier-MIT", |
| 27 | ], |
| 28 | // large-scale-change unable to identify any license_text files |
| 29 | } |
| 30 | |
Paul Duffin | 4da538b | 2019-05-15 14:08:28 +0100 | [diff] [blame] | 31 | java_import { |
Colin Cross | 589e4c0 | 2018-06-05 14:08:28 -0700 | [diff] [blame] | 32 | name: "metalava-gradle-plugin-deps", |
Paul Duffin | 4da538b | 2019-05-15 14:08:28 +0100 | [diff] [blame] | 33 | host_supported: true, |
Colin Cross | 589e4c0 | 2018-06-05 14:08:28 -0700 | [diff] [blame] | 34 | jars: [ |
Aurimas Liutikas | 1729d1c | 2022-04-15 13:21:51 -0700 | [diff] [blame] | 35 | "com/android/tools/lint/lint-api/30.3.0-alpha08/lint-api-30.3.0-alpha08.jar", |
| 36 | "com/android/tools/lint/lint-checks/30.3.0-alpha08/lint-checks-30.3.0-alpha08.jar", |
| 37 | "com/android/tools/lint/lint/30.3.0-alpha08/lint-30.3.0-alpha08.jar", |
| 38 | "com/android/tools/lint/lint-gradle/30.3.0-alpha08/lint-gradle-30.3.0-alpha08.jar", |
| 39 | "com/android/tools/lint/lint-model/30.3.0-alpha08/lint-model-30.3.0-alpha08.jar", |
| 40 | "com/android/tools/lint/lint-typedef-remover/30.3.0-alpha08/lint-typedef-remover-30.3.0-alpha08.jar", |
| 41 | "com/android/tools/common/30.3.0-alpha08/common-30.3.0-alpha08.jar", |
| 42 | "com/android/tools/sdk-common/30.3.0-alpha08/sdk-common-30.3.0-alpha08.jar", |
| 43 | "com/android/tools/sdklib/30.3.0-alpha08/sdklib-30.3.0-alpha08.jar", |
| 44 | "com/android/tools/external/org-jetbrains/uast/30.3.0-alpha08/uast-30.3.0-alpha08.jar", |
| 45 | "com/android/tools/external/com-intellij/intellij-core/30.3.0-alpha08/intellij-core-30.3.0-alpha08.jar", |
| 46 | "com/android/tools/external/com-intellij/kotlin-compiler/30.3.0-alpha08/kotlin-compiler-30.3.0-alpha08.jar", |
| 47 | "com/android/tools/repository/30.3.0-alpha08/repository-30.3.0-alpha08.jar", |
| 48 | "com/android/tools/build/manifest-merger/30.3.0-alpha08/manifest-merger-30.3.0-alpha08.jar", |
Colin Cross | 589e4c0 | 2018-06-05 14:08:28 -0700 | [diff] [blame] | 49 | ], |
| 50 | } |