aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:39:09 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:39:09 +0000
commitb173ed825ce3d54f760d9c67521d43fa74a59b8b (patch)
tree1e2edced955b49d54f3cfe3b905af03b45ba0717 /Android.bp
parent7fc37b8aee0931bd4093a25f4cd218e604bdd4a7 (diff)
parente61a0237053bab918fdfdf008bae1a3380fc6ddf (diff)
downloadbytes-b173ed825ce3d54f760d9c67521d43fa74a59b8b.tar.gz
Snap for 7183507 from e61a0237053bab918fdfdf008bae1a3380fc6ddf to sdk-releaseplatform-tools-31.0.2platform-tools-31.0.1
Change-Id: I985edec3d572d6eab541848d7d21b3993b8f23e3
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dd9dd4b..e572733 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device --patch=patches/Android.bp.patch.
+package {
+ default_applicable_licenses: ["external_rust_crates_bytes_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_bytes_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libbytes",
host_supported: true,