aboutsummaryrefslogtreecommitdiff
path: root/rust/rust_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge "Generate product variants by default" into mainJustin Yun2023-10-041-3/+0
|\
| * Generate product variants by defaultJustin Yun2023-09-271-3/+0
* | Revert "Split Rust crate builds into compile and link phases."Colin Cross2023-10-021-7/+6
|/
* Revert "support sandboxed rust rules"Wen-yi Chu2023-09-221-412/+13
* support sandboxed rust rulesSam Delmerico2023-09-151-13/+412
* Add transitive shared libs to LOCAL_SHARED_LIBRARIES for rust modulesCole Faust2023-08-171-1/+1
* Remove dylibs prop from rust module typesVinh Tran2023-08-141-10/+0
* rust: Add vendor and recovery dylib support.Ivan Lozano2023-07-141-8/+12
* 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-6/+7
* pass cc shared libs as order-only to rustcSam Delmerico2023-03-291-2/+17
* rust: Enable Rust modules in ProductMatthew Maurer2023-01-241-0/+4
* Merge "rust: Add Recovery Snapshot Soong tests for rust."Ivan Lozano2021-11-161-2/+19
|\
| * rust: Add Recovery Snapshot Soong tests for rust.Ivan Lozano2021-11-151-2/+19
* | Merge changes I26198187,Ia904d07bIvan Lozano2021-11-121-0/+7
|\ \
| * | rust: Support MTE memtag_heap sanitizerIvan Lozano2021-11-041-0/+7
| |/
* / rust: Refactor stripped output file pathIvan Lozano2021-11-091-1/+1
|/
* Rust rlib vendor snapshot support.Ivan Lozano2021-06-031-4/+12
* Rust cdylib/statliclib support for vendor snapshot.Ivan Lozano2021-06-031-14/+32
* Merge changes I59439b77,I7dbaf8beThiébaud Weksteen2021-04-151-0/+14
|\
| * bloaty: measure stripped Rust binariesThiébaud Weksteen2021-04-151-0/+14
* | Add more Rust vendor image support.Ivan Lozano2021-04-131-0/+18
|/
* Don't use incorrect version names like VER or BOARD even in testsJiyong Park2021-04-051-1/+1
* rust: Add whole_static_libs, revert static_libIvan Lozano2021-03-251-2/+8
* Support test fixtures in rust packagePaul Duffin2021-03-231-131/+64
* rust: Emit android vndk cfg flag.Ivan Lozano2021-02-121-0/+17
* rust: Only pass "-lstatic" for rlibs.Ivan Lozano2021-02-051-1/+2
* rust: Pass cc static libs to rustc.Ivan Lozano2021-02-041-0/+6
* rust: Allow rust_tests to include data files.Ivan Lozano2021-01-291-0/+1
* Migrate Rust to LLVM coverage.Joel Galenson2021-01-151-1/+1
* Merge rust_protobuf and rust_grpcio module types.Ivan Lozano2020-12-111-8/+10
* Merge "rust: Add support for multiple protos per module."Ivan Lozano2020-12-011-7/+8
|\
| * rust: Add support for multiple protos per module.Ivan Lozano2020-11-301-7/+8
* | rust modules can be included in apexJiyong Park2020-11-301-0/+1
* | Annotate dependency tags for dependencies of installed filesColin Cross2020-11-231-0/+6
|/
* Revert "Annotate dependency tags for dependencies of installed files"Colin Cross2020-11-171-6/+0
* Annotate dependency tags for dependencies of installed filesColin Cross2020-11-141-0/+6
* Pass Config to NewTestContext instead of ctx.RegisterColin Cross2020-11-121-4/+4
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-7/+0
* rust: refactor tests setupThiébaud Weksteen2020-10-081-39/+81
* Make lots of tests run in parallelColin Cross2020-10-061-0/+7
* rust: Add libstd linkage mutator for rlibs.Ivan Lozano2020-09-181-7/+7
* Add rust_protobuf module.Treehugger Robot2020-08-311-0/+1
* [rust] Pass cc dependencies as linker flags.Ivan Lozano2020-08-261-19/+0
* [rust] Add SourceProviders as crates support.Ivan Lozano2020-08-041-3/+24
* Enforce correct variant usage for rust_bindgen.Ivan Lozano2020-07-221-0/+20
* Allow rust module dependency on SourceProviders.Ivan Lozano2020-07-201-25/+71
* Specify module dependency in the srcs listChih-Hung Hsieh2020-07-081-4/+26
* rust: Change default variantsMatthew Maurer2020-07-011-2/+2
* Remove duplicate Helper callThiébaud Weksteen2020-06-251-1/+0