From a9ff763e97f085ea44636511e110fca7f459db18 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 20:21:28 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/libprotobuf-mutator Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Icb4dc9f689fd06a593a9781c1d025ebd4786bac1 --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 57d499a..5bfcec6 100644 --- a/Android.bp +++ b/Android.bp @@ -14,6 +14,23 @@ * limitations under the License. */ +package { + default_applicable_licenses: ["external_libprotobuf-mutator_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_libprotobuf-mutator_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "LICENSE", + ], +} + cc_library { name: "libprotobuf-mutator", host_supported: true, -- cgit v1.2.3