summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 15:31:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-17 15:31:55 +0000
commit91c1c255145068c455b59bb0f20b26c79b7ec92f (patch)
treea3968e4970cfd41c7c3b6852dee67840b000f2be
parentee18a6bd9addbbac4d0413895ef134cceda3f58e (diff)
parentc3cb2fdbb333bf6d3b1b56fcde7ab830f39f1158 (diff)
downloadnewfs_msdos-91c1c255145068c455b59bb0f20b26c79b7ec92f.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/newfs_msdos"android-s-preview-1
-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",