aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-05-25 11:00:18 -0700
committerBob Badour <bbadour@google.com>2021-05-25 11:00:18 -0700
commit959539b471ce7d7550625843714642e812b45099 (patch)
tree38d4b7e468f4b5ce30b64ceae4343ee50c94896a
parent9d6ae1aa286fa6788a71f3072b0c6ba33ee321d8 (diff)
downloadcommand-fds-959539b471ce7d7550625843714642e812b45099.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/command-fds
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: I5fb0bda71936da8db4032e84aae7ea9a9f9ced41
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fea27bd..dccff44 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_command-fds_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_command-fds_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libcommand_fds",
host_supported: true,