aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-10-23 14:38:51 +0100
committerAndrew Walbran <qwandor@google.com>2023-10-23 14:39:37 +0100
commit5fd5854e12e8119794b25858212f49be6eaa89e5 (patch)
tree96ea02b71ec99601492af8ff44445f7f6ae01761
parent5e93f764bee9d691745a46b0769475a83627675b (diff)
downloadbuddy_system_allocator-5fd5854e12e8119794b25858212f49be6eaa89e5.tar.gz
Use dep-suffixes rather than dependency-suffix.
This is supported for conversion to cargo_embargo, and more general. Bug: 293289578 Test: Ran cargo2android.py, no difference in Android.bp. Change-Id: Ia29a2dbab1919a92b9a7cb2bc89a9cc6f8bb133f
-rw-r--r--cargo2android.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index b80410f..07981d1 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,7 +1,10 @@
{
"alloc": true,
"dependencies": true,
- "dependency-suffix": "_nostd",
+ "dep-suffixes": {
+ "byteorder": "_nostd",
+ "spin": "_nostd"
+ },
"device": true,
"force-rlib": true,
"no-host": true,