aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-09 13:28:59 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-09 13:28:59 +0000
commita26775602a806a9f77c72e33ae72c6b774beff79 (patch)
tree49183ab7865c25481126d7f108215f775b65076f
parentea1b5acb40f203613516188a8f7d714b3bad400c (diff)
downloadspki-a26775602a806a9f77c72e33ae72c6b774beff79.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: I100f004d059e6bcd8f1093123d168358c635bf09
-rw-r--r--cargo2android.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 602fbb5..64e0e45 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -13,7 +13,9 @@
"device": true,
"no-host": true,
"add-module-block": "cargo2android_viz.bp",
- "dependency_suffix": "_nostd",
+ "dep-suffixes": {
+ "der": "_nostd"
+ },
"force-rlib": true,
"suffix": "_nostd",
"alloc": true,