aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-26 03:38:27 -0800
committerBob Badour <bbadour@google.com>2021-02-26 03:38:27 -0800
commit57031f29d496cd50d51af2d939f3d0509b7104dd (patch)
treee28d33fddecbb9552b7485fc56faa8446ccfce31
parentbf372733d2a280c7408bfa28ab8b9d8b7456b287 (diff)
downloadtokio-test-57031f29d496cd50d51af2d939f3d0509b7104dd.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-test
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: I390bbc590230cd45634ee0d46b7b729dc615812f
-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,