aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-14 01:18:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-14 01:18:34 +0000
commitac198d3d80dfd9d479fbede80f796f5cad7cc89c (patch)
tree82592663d1d0ec653bf38d15bae9bf313612b9b0
parent0f6f1090b1358ea30a7c2e26b9a48c4aa632bdf8 (diff)
parentc2da9b8c19fae2731e052f8c4bbda9ad12452457 (diff)
downloadlazycell-ac198d3d80dfd9d479fbede80f796f5cad7cc89c.tar.gz
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
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
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",
}