aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:08:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:08:06 +0000
commitf60d499645233256a8ccc45e1899db3fb92e4136 (patch)
treecd3afe67de07a24c737a5872b5c5761f9745e330 /Android.bp
parente8e3b625a4e28ea438aa398d0af221e6d5bc8b78 (diff)
parentc0a9a4d43cb626ffb43aa4d60f80bd4c6235d93f (diff)
downloadplotters-svg-f60d499645233256a8ccc45e1899db3fb92e4136.tar.gz
Change-Id: Id0f3b72ae323c7e9ffdfdec6c70b2b2796b3d73f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 3 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 1522f1a..3df1865 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 {
@@ -22,12 +22,11 @@ rust_library {
name: "libplotters_svg",
host_supported: true,
crate_name: "plotters_svg",
+ cargo_env_compat: true,
+ cargo_pkg_version: "0.3.1",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
"libplotters_backend",
],
}
-
-// dependent_library ["feature_list"]
-// plotters-backend-0.3.0