From 9fd1eba405765787d44b38df35b2a2afab44ce1a Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Thu, 9 Nov 2023 13:25:19 +0000 Subject: 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: I4298fb0303d1683feace452973de3d95f956f242 --- cargo2android.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cargo2android.json b/cargo2android.json index e6baa85..2135340 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -13,7 +13,12 @@ "device": true, "no-host": true, "add-module-block": "cargo2android_viz.bp", - "dependency_suffix": "_nostd", + "dep-suffixes": { + "der": "_nostd", + "pkcs8": "_nostd", + "spki": "_nostd", + "zeroize": "_nostd" + }, "force-rlib": true, "suffix": "_nostd", "no-std": true -- cgit v1.2.3