Regenerate Android.bp with new cargo2android.py

Test: make
Change-Id: Ic4dc1e6a573c4444460a077b2678cf8ceb4cf48b
diff --git a/Android.bp b/Android.bp
index 5fa0fb2..8d95d15 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device.
+// This file is generated by cargo2android.py --run --device --dependencies.
 
 rust_library {
     name: "libonce_cell",
@@ -11,50 +11,3 @@
         "std",
     ],
 }
-
-// rust_test_host {
-//     name: "once_cell_tests_once_cell",
-//     crate_name: "once_cell",
-//     srcs: ["src/lib.rs"],
-//     test_suites: ["general-tests"],
-//     auto_gen_config: true,
-//     edition: "2018",
-//     features: [
-//         "default",
-//         "std",
-//     ],
-//     rlibs: [
-//         "libcrossbeam_utils",
-//         "liblazy_static",
-//         "libregex",
-//     ],
-// }
-// 
-// rust_test_host {
-//     name: "once_cell_tests_test",
-//     crate_name: "test",
-//     srcs: ["tests/test.rs"],
-//     test_suites: ["general-tests"],
-//     auto_gen_config: true,
-//     edition: "2018",
-//     features: [
-//         "default",
-//         "std",
-//     ],
-//     rlibs: [
-//         "libcrossbeam_utils",
-//         "liblazy_static",
-//         "libonce_cell",
-//         "libregex",
-//     ],
-// }
-
-// dependent_library ["feature_list"]
-//   aho-corasick-0.7.6 "default,std"
-//   cfg-if-0.1.10
-//   crossbeam-utils-0.6.6 "default,lazy_static,std"
-//   lazy_static-1.4.0
-//   memchr-2.3.0 "default,std,use_std"
-//   regex-1.3.3 "aho-corasick,default,memchr,perf,perf-cache,perf-dfa,perf-inline,perf-literal,std,thread_local,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"
-//   regex-syntax-0.6.13 "unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment"
-//   thread_local-1.0.1