aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:17:23 +0000
commitb98ebf857af8907c262dc86c3d690015d22aaa6b (patch)
treedca3d890c6e7433970ccc5c7ccadf13fce147836
parent960b5fd74f86c5f0b07eb4a3d8abd2c8710e0e3a (diff)
parent13af9256e703138f820ecc0e06261088a1c8356f (diff)
downloadtokio-b98ebf857af8907c262dc86c3d690015d22aaa6b.tar.gz
Snap for 7149879 from 13af9256e703138f820ecc0e06261088a1c8356f to sc-release
Change-Id: I2168cef2051a86ea24d7862361012b7d2f6258f1
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7a36b39..35ff0fd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --device --run --dependencies --features io-util,macros,rt-multi-thread,sync,net,fs,time.
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtokio",
host_supported: true,