summaryrefslogtreecommitdiff
path: root/rust/rust_test.go
AgeCommit message (Expand)Author
2023-08-17Add transitive shared libs to LOCAL_SHARED_LIBRARIES for rust modules Cole Faust
2023-08-14Remove dylibs prop from rust module types Vinh Tran
2023-07-14rust: Add vendor and recovery dylib support. Ivan Lozano
2023-06-15rust: Make dylib-std the canonical rlib form Ivan Lozano
2023-04-12Split Rust crate builds into compile and link phases. Peter Collingbourne
2023-03-29pass cc shared libs as order-only to rustc Sam Delmerico
2023-01-24rust: Enable Rust modules in Product Matthew Maurer
2021-11-16Merge "rust: Add Recovery Snapshot Soong tests for rust." Ivan Lozano
2021-11-15rust: Add Recovery Snapshot Soong tests for rust. Ivan Lozano
2021-11-12Merge changes I26198187,Ia904d07b Ivan Lozano
2021-11-09rust: Refactor stripped output file path Ivan Lozano
2021-11-04rust: Support MTE memtag_heap sanitizer Ivan Lozano
2021-06-03Rust rlib vendor snapshot support. Ivan Lozano
2021-06-03Rust cdylib/statliclib support for vendor snapshot. Ivan Lozano
2021-04-15Merge changes I59439b77,I7dbaf8be Thiébaud Weksteen
2021-04-15bloaty: measure stripped Rust binaries Thiébaud Weksteen
2021-04-13Add more Rust vendor image support. Ivan Lozano
2021-04-05Don't use incorrect version names like VER or BOARD even in tests Jiyong Park
2021-03-25rust: Add whole_static_libs, revert static_lib Ivan Lozano
2021-03-23Support test fixtures in rust package Paul Duffin
2021-02-12rust: Emit android vndk cfg flag. Ivan Lozano
2021-02-05rust: Only pass "-lstatic" for rlibs. Ivan Lozano
2021-02-04rust: Pass cc static libs to rustc. Ivan Lozano
2021-01-29rust: Allow rust_tests to include data files. Ivan Lozano
2021-01-15Migrate Rust to LLVM coverage. Joel Galenson
2020-12-11Merge rust_protobuf and rust_grpcio module types. Ivan Lozano
2020-12-01Merge "rust: Add support for multiple protos per module." Ivan Lozano
2020-11-30rust modules can be included in apex Jiyong Park
2020-11-30rust: Add support for multiple protos per module. Ivan Lozano
2020-11-23Annotate dependency tags for dependencies of installed files Colin Cross
2020-11-17Revert "Annotate dependency tags for dependencies of installed files" Colin Cross
2020-11-14Annotate dependency tags for dependencies of installed files Colin Cross
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-08rust: refactor tests setup Thiébaud Weksteen
2020-10-06Make lots of tests run in parallel Colin Cross
2020-09-18rust: Add libstd linkage mutator for rlibs. Ivan Lozano
2020-08-31Add rust_protobuf module. Treehugger Robot
2020-08-26[rust] Pass cc dependencies as linker flags. Ivan Lozano
2020-08-04[rust] Add SourceProviders as crates support. Ivan Lozano
2020-07-22Enforce correct variant usage for rust_bindgen. Ivan Lozano
2020-07-20Allow rust module dependency on SourceProviders. Ivan Lozano
2020-07-08Specify module dependency in the srcs list Chih-Hung Hsieh
2020-07-01rust: Change default variants Matthew Maurer
2020-06-25Remove duplicate Helper call Thiébaud Weksteen
2020-06-22Make native_coverage clause work with ClangCoverage Colin Cross
2020-06-10Rename native code coverage paths product variables in Soong. Roland Levillain
2020-05-05Add gcov coverage support to Rust modules. Ivan Lozano
2020-04-29Provide 32-bit and 64-bit Rust libs by default. Ivan Lozano
2020-04-23Clean up rust tests. Ivan Lozano