Merge "Upgrade rust/crates/tokio-macros to 1.1.0"
diff --git a/Android.bp b/Android.bp
index 6ff4387..d1a58e1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
 // This file is generated by cargo2android.py --run --dependencies --tests.
 
+package {
+    default_applicable_licenses: ["external_rust_crates_tokio-macros_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_tokio-macros_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_proc_macro {
     name: "libtokio_macros",
     crate_name: "tokio_macros",
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index d64ac43..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
-  "presubmit": [
-    {
-      "host": true,
-      "name": "tokio-macros_host_test_src_lib"
-    }
-  ]
-}