From 433388cccfab6fd2c3540f429528798cc4bbe67d Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Thu, 9 Nov 2023 13:07:32 +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: I14aa7fbd7edc5505ed047018ced68f1875b7db82 --- cargo2android.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cargo2android.json b/cargo2android.json index 6992142..639f806 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -8,7 +8,10 @@ }, { "alloc": true, - "dependency_suffix": "_nostd", + "dep-suffixes": { + "ciborium_io": "_nostd", + "half": "_nostd" + }, "force-rlib": true, "no-host": true, "suffix": "_nostd", -- cgit v1.2.3