commit | f455cea486580bf795396e1e9f53a597b427ba29 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Jul 14 02:11:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jul 14 02:11:05 2020 +0000 |
tree | 82592663d1d0ec653bf38d15bae9bf313612b9b0 | |
parent | a0715d2567213e9715a11f5c5749fc68c0d0f5e1 [diff] | |
parent | d01b49708d7c6e34a727b0662dee4fe5c0e2f61d [diff] |
Regenerate Android.bp with new cargo2android.py am: c2da9b8c19 am: ac198d3d80 am: 9cd99c2757 am: d3dfc909b9 am: d01b49708d Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1361145 Change-Id: I66649f2bf695a98919d7fd607b48e79da085d672
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", }