summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 3 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 95aa797..e0534ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --dependencies --device.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -41,19 +41,11 @@ rust_library {
name: "libcexpr",
host_supported: true,
crate_name: "cexpr",
+ cargo_env_compat: true,
+ cargo_pkg_version: "0.5.0",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
"libnom",
],
}
-
-// dependent_library ["feature_list"]
-// bitvec-0.19.5 "alloc,std"
-// funty-1.1.0
-// memchr-2.3.4 "std,use_std"
-// nom-6.2.0 "alloc,bitvec,funty,std"
-// radium-0.5.3
-// tap-1.0.1
-// version_check-0.9.3
-// wyz-0.2.0 "alloc"