aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 05:37:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-01 05:37:33 +0000
commit109422dfca62649240ea2ba7dd1f27c3abcd76cc (patch)
treee28d33fddecbb9552b7485fc56faa8446ccfce31
parentb91c3f7f8ba5417c1870118d3d41c0fc8b2dbd46 (diff)
parent556e33070abccb952b4cb5d7e4be77067a91b8cb (diff)
downloadtokio-test-109422dfca62649240ea2ba7dd1f27c3abcd76cc.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-test am: 57031f29d4 am: 20c4ee4df7 am: 556e33070a
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-test/+/1609837 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id51f33bb2d0b995166a4c931f16419b18163e3e9
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 125f4c9..b800424 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device --tests.
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio-test_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio-test_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtokio_test",
host_supported: true,