Snap for 8730993 from ac93cf9977a418c47812e7d154947e6a87128664 to mainline-tzdata3-release

Change-Id: If71fd22c0098ba84ac423fbbcb14f9cac76df244
diff --git a/Android.bp b/Android.bp
index 39b0d16..bfb489b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo2android.py --run --device --dependencies.
 // Do not modify this file as changes will be overridden on upgrade.
 
 package {
@@ -42,8 +42,6 @@
     name: "libcsv_core",
     host_supported: true,
     crate_name: "csv_core",
-    cargo_env_compat: true,
-    cargo_pkg_version: "0.1.10",
     srcs: ["src/lib.rs"],
     edition: "2018",
     features: ["default"],
@@ -51,3 +49,6 @@
         "libmemchr",
     ],
 }
+
+// dependent_library ["feature_list"]
+//   memchr-2.3.4
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 3cbd48d..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,17 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
-  "imports": [
-    {
-      "path": "external/rust/crates/base64"
-    },
-    {
-      "path": "external/rust/crates/tinytemplate"
-    },
-    {
-      "path": "external/rust/crates/tinyvec"
-    },
-    {
-      "path": "external/rust/crates/unicode-xid"
-    }
-  ]
-}
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index bf78496..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "device": true,
-  "run": true
-}
\ No newline at end of file