aboutsummaryrefslogtreecommitdiff
path: root/rust/library_test.go
Commit message (Expand)AuthorAgeFilesLines
* Revert "Split Rust crate builds into compile and link phases."Colin Cross2023-10-021-1/+1
* Revert "support sandboxed rust rules"Wen-yi Chu2023-09-221-27/+25
* support sandboxed rust rulesSam Delmerico2023-09-151-25/+27
* Add test to confirm -L flag for cc deps in rustVinh Tran2023-08-171-0/+59
* rust: Make dylib-std the canonical rlib formIvan Lozano2023-06-151-2/+2
* Split Rust crate builds into compile and link phases.Peter Collingbourne2023-04-121-1/+1
* Merge "rust: Test with full Rust “crate_type”"Martin Geisler2022-11-211-1/+1
|\
| * rust: Test with full Rust “crate_type”Martin Geisler2022-11-181-1/+1
* | rust: Fix indentation, convert to TABsMartin Geisler2022-11-181-5/+5
|/
* rust: Allow rustlibs to fallback to rlibs.Ivan Lozano2022-04-121-13/+26
* rust: Refactor stripped output file pathIvan Lozano2021-11-091-12/+13
* rust: Emit toc files for cdylibsIvan Lozano2021-11-031-0/+20
* [rust] Add android_dylib cfg flagStephen Crane2021-07-071-0/+16
* Move prefer_rlib from binary to base compiler.Ivan Lozano2020-12-091-0/+14
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-8/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+8
* rust: Add libstd linkage mutator for rlibs.Ivan Lozano2020-09-181-6/+48
* rust: strip libraries and binariesThiébaud Weksteen2020-08-281-0/+32
* Link device binaries dynamically by default.Ivan Lozano2020-08-251-0/+16
* rust: Add rustlibs auto dependency selectionMatthew Maurer2020-07-011-0/+47
* rust: Change default variantsMatthew Maurer2020-07-011-4/+9
* [Rust] cdylibs can now link against dylibs.Ivan Lozano2020-06-191-5/+15
* Specify SONAME when building Rust shared libs.Ivan Lozano2020-06-091-0/+14
* Enforce correct rust library file names.Ivan Lozano2019-11-041-0/+37
* Add support for Rust C libraries.Ivan Lozano2019-10-281-7/+25
* Add Rust support to Soong.Ivan Lozano2019-08-281-0/+61