aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:36:19 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:36:19 -0800
commit55f1d34131dbc085e5e7013680f408fba3fd92dc (patch)
treefc5cbda92989e267551ddce68e94922144ad399a /Android.bp
parent7582db73cf8a8bef6f925783a5cf22319960d8d7 (diff)
downloadtokio-macros-55f1d34131dbc085e5e7013680f408fba3fd92dc.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-macros
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: I78fcb1885d5c93895dcd957f5e909773c623789a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 53f4ef0..752eb4c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --tests.
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio-macros_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio-macros_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_proc_macro {
name: "libtokio_macros",
crate_name: "tokio_macros",