summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 17:53:51 -0800
committerBob Badour <bbadour@google.com>2021-02-12 17:53:51 -0800
commit45d4e86957fe15038f27a501d1e611e574b4efcf (patch)
tree2fe4ee2ac95c6e7dd3afd9d4f88e4ca9ace9a3b7
parent0a24b8d22dccac2277ff3b73c7d01ae44fc0711f (diff)
downloademma-45d4e86957fe15038f27a501d1e611e574b4efcf.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/emma
Added SPDX-license-identifier-CPL-1.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I1b7109ff183849f3c852d81080a0383dfc904d6c
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7aeaee5..1a99ff3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// Copyright 2008 The Android Open Source Project
// the custom dex'ed emma library ready to put on a device.
// ============================================================
+package {
+ default_applicable_licenses: ["external_emma_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_emma_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-CPL-1.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_library {
name: "emma",
srcs: [