Skip to content
Snippets Groups Projects
Commit 8dab05e2 authored by Andrew Walbran's avatar Andrew Walbran Committed by Automerger Merge Worker
Browse files
parents 8aa17fca 97bf312e
No related branches found
No related tags found
No related merge requests found
// This file is generated by cargo2android.py --config cargo2android.json.
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
package {
......
{
"device": true,
"run": true,
"dependencies": true,
"variants": [
{
"features": "alloc,std"
},
{
"alloc": true,
"features": "alloc",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd",
"no-std": true
}
]
}
{
"run_cargo": false,
"variants": [
{
"features": [
"alloc",
"std"
]
},
{
"features": [
"alloc"
],
"module_name_overrides": {
"libciborium_io": "libciborium_io_nostd"
},
"package": {
"ciborium-io": {
"alloc": true,
"force_rlib": true,
"host_supported": false,
"no_std": true
}
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment