From 45d4e86957fe15038f27a501d1e611e574b4efcf Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 17:53:51 -0800 Subject: [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 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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: [ -- cgit v1.2.3