aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:49 +0000
commit2cc76cd499a82d209b3349330750cf9102b76648 (patch)
treefddc96a34686ca7577859054dccefe722f0bfeda
parent211c10d9f84162178ed2754aa84a24e55e7dde81 (diff)
parent128948aa340b4ff9d8b5133607c09c910018537d (diff)
downloadmio-2cc76cd499a82d209b3349330750cf9102b76648.tar.gz
Snap for 7178253 from 128948aa340b4ff9d8b5133607c09c910018537d to sc-v2-release
Change-Id: I66ebeee7ffd1f2b40bb37acb45379d761f16fba3
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e108827..9fec9f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --device --dependencies --features os-poll,tcp,udp,uds,os-util --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_mio_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_mio_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libmio",
host_supported: true,