aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--Android.bp17
-rw-r--r--TEST_MAPPING13
2 files changed, 17 insertions, 13 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,
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 13816d7..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "protobuf-codegen_host_test_src_lib"
- },
- {
- "host": true,
- "name": "tokio-macros_host_test_src_lib"
- }
- ]
-}