summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:15:17 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:15:17 -0800
commitc3cb2fdbb333bf6d3b1b56fcde7ab830f39f1158 (patch)
tree0ef1622eb4274e355196b618b14b176ee3e3b081
parent7b8762f4da27e1095016717991ac89ccb131a236 (diff)
downloadnewfs_msdos-c3cb2fdbb333bf6d3b1b56fcde7ab830f39f1158.tar.gz
[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
-rwxr-xr-xAndroid.bp17
1 files changed, 17 insertions, 0 deletions
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",