aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:04:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:04:17 +0000
commit4cf031b30fdf9a6749e4a481e5f801f574d4bd87 (patch)
treec7cbe988b0a96fa0391216d9d311bba201d37564
parent933a786e24ae9749ce6d73dd8c882ce420a6c8db (diff)
parent8ddcc772e25c4abc919a4b40f5d05ec48cf34ce5 (diff)
downloadasync-stream-android12-d1-s5-release.tar.gz
Change-Id: If021ce879f59fb0b945c40aa8df27de49316eebe
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 09ca3df..30cd03d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device.
+package {
+ default_applicable_licenses: ["external_rust_crates_async-stream_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_async-stream_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libasync_stream",
host_supported: true,