aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cargo2android.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 5a21e1d..219392f 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -14,7 +14,11 @@
"alloc": true,
"no-host": true,
"add-module-block": "cargo2android_viz.bp",
- "dependency_suffix": "_nostd",
+ "dep-suffixes": {
+ "const_oid": "_nostd",
+ "flagset": "_nostd",
+ "zeroize": "_nostd"
+ },
"force-rlib": true,
"suffix": "_nostd",
"no-std": true