aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
AgeCommit message (Collapse)Author
2023-05-09Create no_std builds of ciborium and dependenciesandroid14-devAlan Stokes
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
2023-03-07Make serde available to product and vendorMatthew Maurer
Bug: 270690570 Test: mma in external/rust/crates Change-Id: If76b6141a49fbd5cfd24f1684fb8d4fcdb33de3e
2023-02-13serde: make it available to any APEXMartin Geisler
This seems necessary so that I can use it in the bytes crate. Test: presubmit Change-Id: Idbad0966173ffaaf773468906551d847790ec750
2023-01-13serde: Enable the “rc” featureMartin Geisler
This allows us to serialize and deserialize fields containing “Rc” and “Arc” types. I need this for testing PDL, but it could potentially be useful for others as well. Note that enabling the feature simply allows Serde to generate code in cases where it would fail with an error before. Test: presubmit Change-Id: Ie39d6b842c1718f0f2c4f824388a324df271804e
2021-12-10Refresh Android.bp, cargo2android.json, TEST_MAPPING.Joel Galenson
Test: None Change-Id: I935a5346ca5644c9c4e0791e8c4e71507c6a2075
2021-11-10Make vendor available.Janis Danisevskis
Bug: 198197213 Test: N/A Change-Id: I52b53fceb8b047732e86d0831af2d1710d3fd4e4
2021-10-19Enable testsandroid-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Jeff Vander Stoep
Test: atest ------- x86_64 serde_host_test_src_lib: Passed: 1, Failed: 0, Ignored: 0, Assumption Failed: 0, x86 serde_device_test_src_lib: Passed: 1, Failed: 0, Ignored: 0, Assumption Failed: 0, Change-Id: I0d171b794d499cc6462fb3ef938fdc4216e7c11e
2021-06-07Remove patch.Joel Galenson
Use a new feature in cargo2android.py instead of a patch. Test: Run cargo2android.py. Test: Build. Change-Id: I7b4052bc7f370f1e75020f3d0c4e1a825e5d0f47
2021-04-28Generate apex_available from c2a instead of a patchandroid-s-beta-2android-s-beta-1Joel Galenson
Test: Run c2a Test: Build Change-Id: I7b66c50dac35b73634324d2555259e997a7a6644