aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-11 18:02:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-11 18:02:41 +0000
commitd19abd8a9053db79f048df5b5dcb70638ac005cb (patch)
tree56f40e885b65c080e1c2da4cb882ec81b0bd44cf
parent2503e7493e1b86b087c3910912e90d79108c9661 (diff)
parent2928573f9266386260ba03dbe8a6ce6f3abb573b (diff)
downloadtokio-util-d19abd8a9053db79f048df5b5dcb70638ac005cb.tar.gz
Snap for 9912757 from 2928573f9266386260ba03dbe8a6ce6f3abb573b to aml-frc-releasefrc_340821000frc_340819280frc_340819220frc_340819190frc_340819030frc_340819020frc_340819010frc_340818170frc_340818110
Change-Id: Idecb85fba3c3e9564ef3d4608369982fa56887e2
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fa08a2f..97572b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio-util_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio-util_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtokio_util",
host_supported: true,