aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-09 13:26:38 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-09 13:26:38 +0000
commit06448c92257bf32d172f6cf800c8aa108c04bdae (patch)
tree8d965c3447cfa53c2963fc75caf4007ba05372c5
parent664134452529feaa3dff87dfdf027a040b26a7cf (diff)
downloadpkcs8-06448c92257bf32d172f6cf800c8aa108c04bdae.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: I63fc0bc5471c564ef93f888064a5caf4a52777ce
-rw-r--r--cargo2android.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index e6baa85..aa2b569 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -13,7 +13,10 @@
"device": true,
"no-host": true,
"add-module-block": "cargo2android_viz.bp",
- "dependency_suffix": "_nostd",
+ "dep-suffixes": {
+ "der": "_nostd",
+ "spki": "_nostd"
+ },
"force-rlib": true,
"suffix": "_nostd",
"no-std": true