summaryrefslogtreecommitdiff
path: root/rust/rust.go
AgeCommit message (Expand)Author
2021-10-14rust: Package shared libraries with fuzzer zips Ivan Lozano
2021-10-05Installation routine for rust is similar to that of cc Jiyong Park
2021-09-30rust modules respects the installable property Jiyong Park
2021-09-23rust: Refactor cfg and feature flag calculation Ivan Lozano
2021-08-20rust: Hook up InstallIn functions + Product Matthew Maurer
2021-08-17Support Rust in Ramdisk Matthew Maurer
2021-08-17Support Rust in native-bridge Matthew Maurer
2021-08-17Support Rust in Product Matthew Maurer
2021-08-17Support Rust in Recovery Matthew Maurer
2021-08-12Merge "rust: Add support to emit certain Cargo env vars." Ivan Lozano
2021-08-12rust: Add support to emit certain Cargo env vars. Ivan Lozano
2021-08-11Moving common fuzzing code to fuzz package hamzeh
2021-07-23Merge "Add a phony target for all Rust targets" Treehugger Robot
2021-07-23Add a phony target for all Rust targets Chris Wailes
2021-07-22rust: Add support for bootstrap linker. Ivan Lozano
2021-07-16Refactoring fuzz packaging code hamzeh
2021-07-09Support customizing behavior around sourceOrOutputDependencyTag Paul Duffin
2021-07-07Remove IsDependencyRoot from interface Liz Kammer
2021-07-01Include static lib information for the snapshot modules Justin Yun
2021-06-28Merge "rust: Add missing Rust allow path modules." Ivan Lozano
2021-06-28rust: Add missing Rust allow path modules. Ivan Lozano
2021-06-24Rust module in APEX uses stub libraries across APEX boundaries Jiyong Park
2021-06-03Rust rlib vendor snapshot support. Ivan Lozano
2021-06-03Rust cdylib/statliclib support for vendor snapshot. Ivan Lozano
2021-05-17Don't install rust modules that are never installable Jiyong Park
2021-05-12Refactor vendor snapshot to use LinkableInterface. Ivan Lozano
2021-04-27Remove global state from vendor public libraries Colin Cross
2021-04-26Remove obsolete llndk_library Colin Cross
2021-04-26Remove llndk_headers Colin Cross
2021-04-26Add support for cc_library_headers to replace llndk_headers Colin Cross
2021-04-16Rustdoc support. Dan Albert
2021-04-15Merge changes I59439b77,I7dbaf8be Thiébaud Weksteen
2021-04-15bloaty: measure stripped Rust binaries Thiébaud Weksteen
2021-04-14Merge changes from topic "rust_vendor_support" Ivan Lozano
2021-04-14Merge "cc: Create a common image mutator interface" Ivan Lozano
2021-04-14Merge changes from topic "rust_benchmark" Jeffrey Vander Stoep
2021-04-13Add more Rust vendor image support. Ivan Lozano
2021-04-13cc: Create a common image mutator interface Ivan Lozano
2021-04-08Shared lib dependencies from rlib are included in APEX Jiyong Park
2021-04-07Stripped rust bin/libs are included in APEX Jiyong Park
2021-04-06Add rust_benchmark module to soong. Jakub Kotur
2021-03-26Merge "rust: Add whole_static_libs, revert static_lib" Ivan Lozano
2021-03-25rust: Add whole_static_libs, revert static_lib Ivan Lozano
2021-03-23Versioned CRT objects are built with correct __ANDROID_API__ Jiyong Park
2021-03-15Export OUT_DIR variable to rust-project.json Thiébaud Weksteen
2021-02-09Merge "rust: Add rust_ffi_static vendor ramdisk Support" Ivan Lozano
2021-02-08rust: Add rust_ffi_static vendor ramdisk Support Ivan Lozano
2021-02-05rust: Only pass "-lstatic" for rlibs. Ivan Lozano
2021-02-05Merge "rust: Pass cc static libs to rustc." Ivan Lozano
2021-02-04rust: Pass cc static libs to rustc. Ivan Lozano