From c3cb2fdbb333bf6d3b1b56fcde7ab830f39f1158 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 21:15:17 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to external/newfs_msdos Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic2787ac060e5f6447af9a8faae8564990b86fd7c --- Android.bp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Android.bp b/Android.bp index a447263..f688898 100755 --- a/Android.bp +++ b/Android.bp @@ -1,3 +1,20 @@ +package { + default_applicable_licenses: ["external_newfs_msdos_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_newfs_msdos_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-BSD", + ], + license_text: [ + "LICENSE", + ], +} + cc_binary { name: "newfs_msdos", c_std: "gnu11", -- cgit v1.2.3