summaryrefslogtreecommitdiff
path: root/rust/rust_test.go
AgeCommit message (Expand)Author
2021-04-15Merge changes I59439b77,I7dbaf8beThiébaud Weksteen
2021-04-15bloaty: measure stripped Rust binariesThié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 testsJiyong Park
2021-03-25rust: Add whole_static_libs, revert static_libIvan Lozano
2021-03-23Support test fixtures in rust packagePaul 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 apexJiyong Park
2020-11-30rust: Add support for multiple protos per module.Ivan Lozano
2020-11-23Annotate dependency tags for dependencies of installed filesColin Cross
2020-11-17Revert "Annotate dependency tags for dependencies of installed files"Colin Cross
2020-11-14Annotate dependency tags for dependencies of installed filesColin Cross
2020-11-12Pass Config to NewTestContext instead of ctx.RegisterColin Cross
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-08rust: refactor tests setupThiébaud Weksteen
2020-10-06Make lots of tests run in parallelColin 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 listChih-Hung Hsieh
2020-07-01rust: Change default variantsMatthew Maurer
2020-06-25Remove duplicate Helper callThiébaud Weksteen
2020-06-22Make native_coverage clause work with ClangCoverageColin 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
2020-02-19Move NDK test modules into cc/testing.goColin Cross
2020-02-06Fix lib name resolution if extension is substring.Ivan Lozano
2019-12-18Move filesystem into ConfigColin Cross
2019-12-13Use empty string for core image variantColin Cross
2019-11-14Merge changes from topic "rust-sysroot"Jeffrey Vander Stoep
2019-11-13Build Rust Device Sysroots in SoongMatthew Maurer
2019-11-04Enforce correct rust library file names.Ivan Lozano
2019-10-28Add support for Rust C libraries.Ivan Lozano
2019-09-25Add Soong test for device proc-macro deps.Ivan Lozano
2019-09-24Fix proc_macro dependency handling.Ivan Lozano
2019-09-03Do not run Soong tests for Rust on non-Linux hosts.Ivan Lozano
2019-08-28Add Rust support to Soong.Ivan Lozano