Regenerate Android.bp with new cargo2android.py am: c2da9b8c19

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1361145

Change-Id: Idb4004fdfa29fd36343f1c20f566174a696933db
diff --git a/Android.bp b/Android.bp
index 53312e8..0d5afac 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,9 +1,9 @@
-// This file is generated by cargo2android.py.
+// This file is generated by cargo2android.py --run --dependencies --device.
 
 rust_library {
     name: "liblazycell",
-    crate_name: "lazycell",
     host_supported: true,
+    crate_name: "lazycell",
     srcs: ["src/lib.rs"],
     edition: "2015",
 }