aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-12 14:24:27 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-13 15:59:24 -0700
commitc2da9b8c19fae2731e052f8c4bbda9ad12452457 (patch)
tree82592663d1d0ec653bf38d15bae9bf313612b9b0 /Android.bp
parentfea35c536c7345133e1ac9de7e940f7944401310 (diff)
downloadlazycell-c2da9b8c19fae2731e052f8c4bbda9ad12452457.tar.gz
Regenerate Android.bp with new cargo2android.pyandroid-r-beta-3android-r-beta-2
Test: make Change-Id: Ib4d36703257b628f67100f168c2dcb1412803745
Diffstat (limited to 'Android.bp')
-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",
}