aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-02 02:05:20 +0000
commitb8686a09a4c46a6be04e0a5a22faa7144f0f2514 (patch)
treec7cbe988b0a96fa0391216d9d311bba201d37564
parent933a786e24ae9749ce6d73dd8c882ce420a6c8db (diff)
parent8ddcc772e25c4abc919a4b40f5d05ec48cf34ce5 (diff)
downloadasync-stream-android12L-gsi.tar.gz
Change-Id: Ib85f0a20ca6ff4e5d633af3a8f14f09dd83035d2
-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,