summaryrefslogtreecommitdiff
path: root/rust/androidmk.go
AgeCommit message (Expand)Author
2025-02-11Remove unused dist-related variables Cole Faust
2024-05-10Remove duplicated CollectDependencyAconfigFiles() Justin Yun
2024-04-11Merge "rust: Fix handling of bindgen header libs" into main Ivan Lozano
2024-04-05Deprecate Snapshot build Kiyoung Kim
2024-03-29rust: Fix handling of bindgen header libs Ivan Lozano
2024-02-05Reapply "Rename LOCAL_USE_VNDK" Kiyoung Kim
2024-02-02Revert "Rename LOCAL_USE_VNDK" Kiyoung Kim
2024-01-30Rename LOCAL_USE_VNDK Kiyoung Kim
2024-01-10move SetAconfigFileMkEntries to android LaMont Jones
2023-12-14Properly package aconfig files for vendor partition Yu Liu
2023-12-07rust: add aconfig_flag support LaMont Jones
2023-11-30Move test data installation to Soong Colin Cross
2023-08-17Add transitive shared libs to LOCAL_SHARED_LIBRARIES for rust modules Cole Faust
2023-03-16Fix the make name of rust snapshots Justin Yun
2023-02-06Copy Rust fuzzer dependencies to /data. Ivan Lozano
2022-08-17Move common test_options properties into the android package Zhenhuang Wang
2022-02-17Propagate data_bins from Soong to Make yangbill
2021-12-15Remove InstallBypassMake and ToMakePath Colin Cross
2021-11-15Merge "Use new soong_cc_rust_prebuilt.mk" Ivan Lozano
2021-11-12Use new soong_cc_rust_prebuilt.mk Ivan Lozano
2021-11-12rust: Support new rust_stdlib_prebuilt_host type Ivan Lozano
2021-11-09rust: Refactor stripped output file path Ivan Lozano
2021-11-08Move rust module installation into Soong Colin Cross
2021-11-03rust: Emit toc files for cdylibs Ivan Lozano
2021-07-16Refactoring fuzz packaging code hamzeh
2021-05-01Add support for packaging rust fuzzers hamzeh
2021-04-14Merge changes from topic "rust_vendor_support" 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-09rust: Add HWASan build support Tri Vo
2021-04-07Stripped rust bin/libs are included in APEX Jiyong Park
2021-04-06Attach rust_benchmark to atest and tradefed. Jakub Kotur
2021-02-19Add ctx to AndroidMkExtraEntriesFunc Colin Cross
2021-01-29rust: Allow rust_tests to include data files. Ivan Lozano
2021-01-15Migrate Rust to LLVM coverage. Joel Galenson
2020-12-10Rust: Vendor support for Rust static libraries. Ivan Lozano
2020-12-01Add test suite handling to central androidmk code Liz Kammer
2020-11-30rust modules can be included in apex Jiyong Park
2020-11-24Refactor rust to use AndroidMkEntries Liz Kammer
2020-11-16Add unit_test test option in test configs Dan Shi
2020-10-09Use protobuf-codegen default and add mod_stem.rs Chih-Hung Hsieh
2020-09-18rust: Add libstd linkage mutator for rlibs. Ivan Lozano
2020-08-31Add rust_protobuf module. Treehugger Robot
2020-08-28rust: strip libraries and binaries ThiƩbaud Weksteen
2020-08-06Export Rust SourceProvider types and methods Andrei Homescu
2020-08-04[rust] Add SourceProviders as crates support. Ivan Lozano
2020-07-20Add SourceProviders and a rust_bindgen module type Ivan Lozano
2020-06-25Support multiple dists per Android.bp module, and dist output selection. Jingwen Chen
2020-06-11Make rust_test file output more similar to cc_test. Ivan Lozano
2020-05-05Add gcov coverage support to Rust modules. Ivan Lozano