aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-05-25 21:01:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-25 21:01:57 +0000
commit9bff5ed8a5d23dbf79eadab59311ff7a6c62f21a (patch)
tree38d4b7e468f4b5ce30b64ceae4343ee50c94896a
parentf7fbceda7390207781df450e65bdc61609fbac40 (diff)
parent5fcba4be92639309a5d6a79404d7905f6e9b0c11 (diff)
downloadcommand-fds-9bff5ed8a5d23dbf79eadab59311ff7a6c62f21a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/command-fds am: 959539b471 am: 5fcba4be92
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/command-fds/+/1718370 Change-Id: Iba0fa8163842b5805e77cc53c23218bd9a68d63d
-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,