aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 06:29:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-01 06:29:34 +0000
commit62f6adbe91ce71d11668fef91704b6389c30dced (patch)
treee28d33fddecbb9552b7485fc56faa8446ccfce31
parentf651cfa74e75bd0b98ba76fdcfa56ef9dfb89091 (diff)
parent109422dfca62649240ea2ba7dd1f27c3abcd76cc (diff)
downloadtokio-test-62f6adbe91ce71d11668fef91704b6389c30dced.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-test am: 57031f29d4 am: 20c4ee4df7 am: 556e33070a am: 109422dfca
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-test/+/1609837 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I9f434582e808514be7f94931f96eb19f86c49cf1
-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,