aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 22:26:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 22:26:28 +0000
commite01130cae930d4e05c715c665f2fa684b2d6b1c7 (patch)
tree7becac4f172bc523d6803aabc6fc4ab2a4c6c259
parentec317ef1ca18d12d5e56e28d7b0930ff8ce2c946 (diff)
parent54df63affa1e609083900cfa53301920b4631cdc (diff)
downloadapache-commons-bcel-e01130cae930d4e05c715c665f2fa684b2d6b1c7.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/apache-commons-bcel am: 565ff9a3aa am: 41d1de7b7f am: 55f4c2dc47 am: 54df63affa
Original change: https://android-review.googlesource.com/c/platform/external/apache-commons-bcel/+/1588665 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id0c15c6393c726a4fdc8eada757934cb18d6d272
-rw-r--r--Android.bp27
1 files changed, 27 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index af5d258b..6a20761a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,33 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_apache-commons-bcel_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+//
+// large-scale-change filtered out the below license kinds as false-positives:
+// SPDX-license-identifier-GPL
+// See: http://go/android-license-faq
+license {
+ name: "external_apache-commons-bcel_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ "LICENSE.txt",
+ "NOTICE.txt",
+ ],
+}
+
java_library_host {
name: "apache-bcel",
srcs: ["src/main/java/**/*.java"],