aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 18:30:11 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:26:41 -0800
commit165a7dde59e892e1aa973a1da86ac83b85cc9ca4 (patch)
treec28df8e64353eac04ccc92f4e1db45f0bda0164f
parent02e7db2f2596ece9cc330468b67a8ad7317d8f86 (diff)
downloadwhich-165a7dde59e892e1aa973a1da86ac83b85cc9ca4.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/which
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Id594f41b3d0ba0b73714b2a3e9d7ae24d995a60d
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 827b994..1c867fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device --features=.
+package {
+ default_applicable_licenses: ["external_rust_crates_which_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "external_rust_crates_which_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ ],
+}
+
rust_library {
name: "libwhich",
host_supported: true,