summaryrefslogtreecommitdiff
path: root/rust/library.go
AgeCommit message (Expand)Author
2020-10-02rust: Add static binary support Ivan Lozano
2020-09-28rust: Refactor staticStd to stdLinkage Ivan Lozano
2020-09-25Avoid Rust source provider rule duplication Thiébaud Weksteen
2020-09-18rust: Add libstd linkage mutator for rlibs. Ivan Lozano
2020-08-28rust: strip libraries and binaries Thiébaud Weksteen
2020-08-27Merge "[rust] Pass cc dependencies as linker flags." Ivan Lozano
2020-08-26[rust] Pass cc dependencies as linker flags. Ivan Lozano
2020-08-25Link device binaries dynamically by default. Ivan Lozano
2020-08-04[rust] Add SourceProviders as crates support. Ivan Lozano
2020-07-31[rust] Clean up unused link variations. Ivan Lozano
2020-07-29Merge changes I4efdf333,I4abaf8e7 Ivan Lozano
2020-07-28Ensure hermetic device rust_bindgen. 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: Suppress default sysroot unconditionally Matthew Maurer
2020-07-01rust: Mutate prebuilt modules dylib/rlib Matthew Maurer
2020-07-01rust: Add rustlibs auto dependency selection Matthew Maurer
2020-07-01rust: Change default variants Matthew Maurer
2020-06-24Remove moduleContextImpl struct Thiébaud Weksteen
2020-06-19Merge "[Rust] cdylibs can now link against dylibs." Treehugger Robot
2020-06-19[Rust] cdylibs can now link against dylibs. Ivan Lozano
2020-06-16[Rust] Remove unused variables and deduplicate. Ivan Lozano
2020-06-09Specify SONAME when building Rust shared libs. Ivan Lozano
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-07Add crtbegin_so/crtend_so to Bionic Rust libraries. Ivan Lozano
2020-01-15rust: Do not pass -C prefer-dynamic for cdylib Matthew Maurer
2020-01-15rust: Include Soong module name as metadata Matthew Maurer
2019-12-13Install rust tests under nativetest(64) Chih-Hung Hsieh
2019-11-21Change stdlib linkage for C libraries. Ivan Lozano
2019-11-14Allow cc modules to pull in rust includes. Ivan Lozano
2019-11-04Enforce correct rust library file names. Ivan Lozano
2019-10-28Add support for Rust C libraries. Ivan Lozano
2019-09-24Add AArch64 device Rust toolchain. Ivan Lozano
2019-08-28Add Rust support to Soong. Ivan Lozano