1. 40182b6 Remove duplicated CollectDependencyAconfigFiles() by Justin Yun · 1 year, 3 months ago
  2. 2aee601 Merge "rust: Fix handling of bindgen header libs" into main by Ivan Lozano · 1 year, 4 months ago
  3. 37693d0 Deprecate Snapshot build by Kiyoung Kim · 1 year, 4 months ago
  4. 1dbfa14 rust: Fix handling of bindgen header libs by Ivan Lozano · 1 year, 4 months ago
  5. 84b6508 Reapply "Rename LOCAL_USE_VNDK" by Kiyoung Kim · 1 year, 6 months ago
  6. ed63c02 Revert "Rename LOCAL_USE_VNDK" by Kiyoung Kim · 1 year, 6 months ago
  7. 1132b8c Rename LOCAL_USE_VNDK by Kiyoung Kim · 1 year, 6 months ago
  8. acae2d7 move SetAconfigFileMkEntries to android by LaMont Jones · 1 year, 7 months ago
  9. 6dc93f9 Properly package aconfig files for vendor partition by Yu Liu · 1 year, 8 months ago
  10. 0c97185 rust: add aconfig_flag support by LaMont Jones · 1 year, 8 months ago
  11. 5c1d5fb Move test data installation to Soong by Colin Cross · 1 year, 9 months ago
  12. b6e6f99 Add transitive shared libs to LOCAL_SHARED_LIBRARIES for rust modules by Cole Faust · 2 years ago
  13. 24b246a Fix the make name of rust snapshots by Justin Yun · 2 years, 5 months ago
  14. 0f9963e Copy Rust fuzzer dependencies to /data. by Ivan Lozano · 2 years, 6 months ago
  15. 0ac5a43 Move common test_options properties into the android package by Zhenhuang Wang · 3 years ago
  16. 22bafec Propagate data_bins from Soong to Make by yangbill · 3 years, 6 months ago
  17. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 9 months ago
  18. 3e1bc6c Merge "Use new soong_cc_rust_prebuilt.mk" by Ivan Lozano · 3 years, 9 months ago
  19. d06cc74 Use new soong_cc_rust_prebuilt.mk by Ivan Lozano · 3 years, 9 months ago
  20. fba2aa2 rust: Support new rust_stdlib_prebuilt_host type by Ivan Lozano · 3 years, 9 months ago
  21. 8d10fc3 rust: Refactor stripped output file path by Ivan Lozano · 3 years, 9 months ago
  22. 7743557 Move rust module installation into Soong by Colin Cross · 3 years, 9 months ago
  23. 7b0781d rust: Emit toc files for cdylibs by Ivan Lozano · 3 years, 9 months ago
  24. 41ad881 Refactoring fuzz packaging code by hamzeh · 4 years, 1 month ago
  25. c651b52 Add support for packaging rust fuzzers by hamzeh · 4 years, 3 months ago
  26. d466b4a Merge changes from topic "rust_vendor_support" by Ivan Lozano · 4 years, 4 months ago
  27. d587ec2 Merge changes from topic "rust_benchmark" by Jeffrey Vander Stoep · 4 years, 4 months ago
  28. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 4 months ago
  29. 0a74c3e rust: Add HWASan build support by Tri Vo · 4 years, 4 months ago
  30. e54f07e Stripped rust bin/libs are included in APEX by Jiyong Park · 4 years, 4 months ago
  31. 546ccd5 Attach rust_benchmark to atest and tradefed. by Jakub Kotur · 4 years, 7 months ago
  32. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 5 years ago
  33. 9da4aa8 rust: Allow rust_tests to include data files. by Ivan Lozano · 4 years, 6 months ago
  34. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 7 months ago
  35. 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 8 months ago
  36. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 9 months ago
  37. 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 9 months ago
  38. 4018a8d Refactor rust to use AndroidMkEntries by Liz Kammer · 4 years, 9 months ago
  39. d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 9 months ago
  40. c49649c Use protobuf-codegen default and add mod_stem.rs by Chih-Hung Hsieh · 4 years, 10 months ago
  41. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  42. 588aae7 Add rust_protobuf module. by Treehugger Robot · 5 years ago
  43. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  44. c776792 Export Rust SourceProvider types and methods by Andrei Homescu · 5 years ago
  45. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 5 years ago
  46. 4fef93c Add SourceProviders and a rust_bindgen module type by Ivan Lozano · 5 years ago
  47. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 5 years ago
  48. fc80fe7 Make rust_test file output more similar to cc_test. by Ivan Lozano · 5 years ago
  49. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  50. 2468d01 Pass auto_gen_config setting in Android.bp to makefile by Dan Shi · 6 years ago
  51. ede57ae Generate tradefed config for rust device tests. by Chih-Hung Hsieh · 6 years ago
  52. 15f369e Set rust_test modules as NATIVE_TESTS by Chih-Hung Hsieh · 6 years ago
  53. 41805be Add TestProperties, gen test config, fix names by Chih-Hung Hsieh · 6 years ago
  54. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 6 years ago
  55. 52767be Add support for Rust C libraries. by Ivan Lozano · 6 years ago
  56. ff6c33d Replace RelPathString() with ToMakePath() by Colin Cross · 6 years ago
  57. 022a73b Move splitFileExt to the android package. by Ivan Lozano · 6 years ago
  58. ffee334 Add Rust support to Soong. by Ivan Lozano · 6 years ago