summaryrefslogtreecommitdiff
path: root/rust/testing.go
AgeCommit message (Expand)Author
2021-11-02rust: Remove libtest from stdlibs listIvan Lozano
2021-04-15Merge changes I59439b77,I7dbaf8beThiébaud Weksteen
2021-04-15bloaty: measure stripped Rust binariesThiébaud Weksteen
2021-04-14Merge changes from topic "rust_vendor_support"Ivan Lozano
2021-04-13Add more Rust vendor image support.Ivan Lozano
2021-04-13rust: Use new common image mutator interface.Ivan Lozano
2021-04-06Add rust_benchmark module to soong.Jakub Kotur
2021-03-30Convert remaining rust tests to use test fixturesPaul Duffin
2021-03-11Add text fixture preparers for rust packagePaul Duffin
2021-03-05Clean up cc.RegisterRequiredBuildComponentsForTest()Paul Duffin
2021-02-09rust: Use prebuilts for x86 host target.Ivan Lozano
2021-02-08rust: Add rust_ffi_static vendor ramdisk SupportIvan Lozano
2021-01-25Add Rust fuzzing support.Ivan Lozano
2020-12-11Merge rust_protobuf and rust_grpcio module types.Ivan Lozano
2020-12-11Merge "Rust: Vendor support for Rust static libraries."Ivan Lozano
2020-12-10Rust: Vendor support for Rust static libraries.Ivan Lozano
2020-12-09Add min_sdk_version to Rust modules.Ivan Lozano
2020-11-30rust modules can be included in apexJiyong Park
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-11-11rust_grpcio well known types support, default depsZach Johnson
2020-11-05Add rust_grpcio module type.Ivan Lozano
2020-09-29rust: Add ref to generated sources (aidl, bindgen)Thiébaud Weksteen
2020-09-18rust: Add libstd linkage mutator for rlibs.Ivan Lozano
2020-08-31Add rust_protobuf module.Treehugger Robot
2020-08-11Stop using prebuilt NDK CRT objects.Dan Albert
2020-08-06rust: validate existence of library sourceThiébaud Weksteen
2020-07-31Fix prebuilt mutator ordering in testsPaul Duffin
2020-07-20Add SourceProviders and a rust_bindgen module typeIvan Lozano
2020-07-08Specify module dependency in the srcs listChih-Hung Hsieh
2020-07-01rust: Mutate prebuilt modules dylib/rlibMatthew Maurer
2020-07-01rust: Change default variantsMatthew Maurer
2020-06-11Make rust_test file output more similar to cc_test.Ivan Lozano
2020-06-11Add rust-project.json generatorThiébaud Weksteen
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
2019-12-19Dedup registration for cc default test configPaul Duffin
2019-12-18Move filesystem into ConfigColin Cross
2019-12-06Move ImageMutator after archMutatorColin Cross
2019-11-25Merge changes I0dcc9c7b,I9bc40642Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2019-11-20Move cc.imageMutator into the android packageColin Cross
2019-10-29Add rust_test and rust_test_host.Chih-Hung Hsieh
2019-10-28Add support for Rust C libraries.Ivan Lozano
2019-09-25Add Soong test for device proc-macro deps.Ivan Lozano
2019-08-28Add Rust support to Soong.Ivan Lozano