aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-09 13:20:36 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-09 13:20:36 +0000
commit078926ea7fa5d849e87a87e973a3a68a5ea79252 (patch)
treef2dbe060d0ec60a0b8a0a3d9dd10e390ec3cdfce
parentf2e4374087856bd43b19c51b92a08f9845848a3e (diff)
downloadder-078926ea7fa5d849e87a87e973a3a68a5ea79252.tar.gz
Use dep-suffixes rather than dependency_suffix.
This is easier to convert to cargo_embargo format. Test: Ran cargo2android.py, no change to Android.bp Change-Id: I9ee41a23b75e5b52ffa1e9cc00217c16b03e17c7
-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