aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorAlan Stokes <alanstokes@google.com>2023-04-24 16:20:28 +0100
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-05-09 09:09:37 +0000
commitaba717c00f2d40ca5e858fe9259669bb1ee79e0e (patch)
treee20d9e63a28336194d5b0911fb192bace5528181 /cargo2android.json
parentc367ca9c755cb78608cfad62a29673e0156678cc (diff)
downloadserde-aba717c00f2d40ca5e858fe9259669bb1ee79e0e.tar.gz
Create no_std builds of ciborium and dependenciesandroid14-dev
pvmfw, which is no_std (but with alloc) needs to be able to read & write CBOR (for the DICE chain), so we need a no_std version of ciborium. Bug: 266172411 Test: atest MicrodroidTests (cherry picked from https://android-review.googlesource.com/q/commit:f7d51f4fa182c7897cb2a53c49563271fdefb6ad) Merged-In: Iee89507487203e29ad7076276e13f29d4d3caabf Change-Id: Iee89507487203e29ad7076276e13f29d4d3caabf
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 8579ca9..89a0f3e 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,8 +1,5 @@
{
- "apex-available": [
- "//apex_available:platform",
- "//apex_available:anyapex"
- ],
+ "add-toplevel-block": "cargo2android_nostd.bp",
"cfg-blocklist": [
"std_atomic64"
],