Refresh Android.bp, cargo2android.json, TEST_MAPPING. am: 93d924b9ba am: 35a2c1fdb5 am: 43c54412d2

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/weak-table/+/1912855

Change-Id: I02d3f78e6a21348083e95329d3b43116f72f7f4d
diff --git a/Android.bp b/Android.bp
index 33c19f1..c5216d4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
-// This file is generated by cargo2android.py --device --run --dependencies.
+// This file is generated by cargo2android.py --config cargo2android.json.
+// Do not modify this file as changes will be overridden on upgrade.
 
 package {
     default_applicable_licenses: ["external_rust_crates_weak-table_license"],
@@ -21,6 +22,8 @@
     name: "libweak_table",
     host_supported: true,
     crate_name: "weak_table",
+    cargo_env_compat: true,
+    cargo_pkg_version: "0.3.0",
     srcs: ["src/lib.rs"],
     edition: "2018",
 }
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..bf78496
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,4 @@
+{
+  "device": true,
+  "run": true
+}
\ No newline at end of file