aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2021-12-10Refresh Android.bp, cargo2android.json, TEST_MAPPING.Joel Galenson
Test: None Change-Id: I558b55b8b79b69598fb4f3938740681f723b5ddd
2021-10-08Add apex to crossbeam-utils rust crateJason Macnak
... for eventually including in crosvm build for Cuttlefish. Bug: 189133053 Test: `m` with vulkano gralloc enabled in crosvm Change-Id: Ie0c3e43eac59b72824a4f995002f8370938fca31
2021-06-21Upgrade rust/crates/crossbeam-utils to 0.8.5android-s-beta-4android-s-beta-3android-s-beta-4Joel Galenson
Test: make Change-Id: I91b96d177f85c2c962370e14a6cd3a989b447e66
2021-05-20Upgrade rust/crates/crossbeam-utils to 0.8.4Joel Galenson
Test: make Change-Id: I083aa599db529551556938eee1eaeb531954bbef
2021-04-16Enable tests for corssbeam-utils.android-s-beta-2android-s-beta-1Jakub Kotur
This commit enable tests for both host and device. However, because some tests are depending on the stack unwinding on panic we're disabling those on Android. Android always aborts on panic. Test: atest Bug: 155309706 Change-Id: Id72bc131efbc555c6ffa4732e6ce242ac9036025
2021-03-17[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/crossbeam-utilsBob Badour
Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I33c0689b6954463ef65a45291fe9fa94c3e729a3
2021-03-16Add metadata files for crossbeam-utils.Jakub Kotur
Tests are disabled because the parser on device is considering them failing. This is because every test that is printing unrecognized output is considered failing. In case of this lib it's validating if threads are behaving correctly when panicking, and panic is printing stuff to stderr. Interestingly this is and issue only on device because there we're parsing both stdout and stderr while as opposed to stdout only on host. I'll enable tests for both host and device once the parser issue is solved. Bug: 155309706 Change-Id: Ic7762ed7bce403d41ecb28ba4b578de614309b6a