Regenerate Android.bp with new cargo2android.py
Test: make
Change-Id: Ib4d36703257b628f67100f168c2dcb1412803745
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",
}