summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:48:55 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:48:55 -0800
commit909c14c00ad0c813312526aae633f250caa4fa7d (patch)
tree33ac1c671f3ee299b7a2d7b8aae4472f7b55299a
parent151bed9fc08b2ddae961ff6da728c82971154922 (diff)
downloadfsck_msdos-909c14c00ad0c813312526aae633f250caa4fa7d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/fsck_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: Ib930f7a56774c1ae2528cbe1e1acdd0ff14965c5
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3d57578..563b50a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_fsck_msdos_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_fsck_msdos_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_binary {
name: "fsck_msdos",
srcs: [