aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index aaf1015..5e67fb1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device --dependencies.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -44,6 +44,8 @@ rust_library {
name: "libunicode_segmentation",
host_supported: true,
crate_name: "unicode_segmentation",
+ cargo_env_compat: true,
+ cargo_pkg_version: "1.8.0",
srcs: ["src/lib.rs"],
edition: "2018",
}