Skip to content
Snippets Groups Projects
Commit 280d0e3e authored by Aditya Belsare's avatar Aditya Belsare Committed by Automerger Merge Worker
Browse files

Enable feature alloc when building ciborium-io am: e3e8fc85 am: 9261916d...

Enable feature alloc when building ciborium-io am: e3e8fc85 am: 9261916d am: 3c2020ba am: 56f16640

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/ciborium-io/+/1973579

Change-Id: I21254ea30e970bb9892a662c1295e16d4896ab84
parents 59f6045f 56f16640
No related branches found
No related tags found
No related merge requests found
// This file is generated by cargo2android.py --run --device --dependencies.
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
......@@ -11,4 +11,5 @@ rust_library {
cargo_pkg_version: "0.2.0",
srcs: ["src/lib.rs"],
edition: "2021",
features: ["alloc"],
}
{
"device": true,
"features": "alloc,",
"run": true,
"dependencies": 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