aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
- }
- ]
-}