1. 62d1049 Merge "fuzz packaging: implement system/vendor split" into main by Steven Moreland · 12 months ago
  2. 4a9e6ec Use ModuleInfoJSONProvider for cc modules by Colin Cross · 1 year ago
  3. d86fec5 fuzz packaging: implement system/vendor split by Steven Moreland · 1 year ago
  4. 313aa54 Convert OtherModuleProvider to generic providers API by Colin Cross · 1 year, 1 month ago
  5. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 1 month ago
  6. 5c1d5fb Move test data installation to Soong by Colin Cross · 1 year, 2 months ago
  7. 87b2ab2 Add test spec provider to test modules. by Aditya Choudhary · 1 year, 2 months ago
  8. 06ea531 gofmt soong by Cole Faust · 1 year, 3 months ago
  9. 26661d1 Merge "Added haiku presubmit packaging" into main by David Fu · 1 year, 6 months ago
  10. fd121fc Added haiku presubmit packaging by David Fu · 1 year, 6 months ago
  11. 3b24406 Create one rule per one corpus/data files by Inseob Kim · 1 year, 6 months ago
  12. 61c02cc rust: Bundle Rust shared dependencies in fuzzers by Ivan Lozano · 1 year, 7 months ago
  13. 4751468 Merge changes from topic "parallel-singletons" by Treehugger Robot · 1 year, 7 months ago
  14. 0c10e4d Parallelize singleton execution by LaMont Jones · 1 year, 8 months ago
  15. 64a4a5f Separate host and host cross fuzz packaging by Colin Cross · 1 year, 8 months ago
  16. 80462dc Propagate shared library destination path through FilesToZip by Colin Cross · 1 year, 8 months ago
  17. 3891749 Support removing suffix for device specific prebuilt during build by Hamzeh Zawawy · 1 year, 9 months ago
  18. 0f9963e Copy Rust fuzzer dependencies to /data. by Ivan Lozano · 1 year, 11 months ago
  19. 458a15b Remove IsModuleInVersionedSdk by Paul Duffin · 2 years, 1 month ago
  20. e3ae3dd Dedup checks for module being in versioned sdk snapshot by Paul Duffin · 2 years, 1 month ago
  21. 2c1d6aa Update sanitize to not modify user properties by Liz Kammer · 2 years, 3 months ago
  22. 38e1424 Merge "add ../../lib to rpath for vendor fuzz targets" by Kris Alder · 2 years, 2 months ago
  23. c263481 add ../../lib to rpath for vendor fuzz targets by Kris Alder · 2 years, 2 months ago
  24. d406da1 cc_fuzz targets depend on fuzz_interceptors for HWASan builds by Kris Alder · 2 years, 2 months ago
  25. 431ddf9 Output shared dependendencies of JNI libs for Java fuzzers by Muhammad Haseeb Ahmad · 2 years, 2 months ago
  26. 31d89b4 Move fuzzer's CollectAllSharedDependencies into GenerateAndroidBuildActions by Colin Cross · 2 years, 3 months ago
  27. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 2 years, 5 months ago
  28. 9cfcf6d Revert^2 "Update the way we build AFL++ fuzz binaries" by Cory Barker · 2 years, 5 months ago
  29. 74aea6c Revert "Updated the way we build AFL++ fuzz binaries" by Cory Barker · 2 years, 5 months ago
  30. cecb754 Updated the way we build AFL++ fuzz binaries by Cory Barker · 2 years, 5 months ago
  31. a1da26f Adding support for building AFLpp Test: Build AFL fuzzers locally and ran them by Cory Barker · 2 years, 7 months ago
  32. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 2 months ago
  33. 1bc9412 Make installable arch-variant and static vs shared variant for cc modules by Colin Cross · 3 years, 2 months ago
  34. 39b0bf0 rust: Package shared libraries with fuzzer zips by Ivan Lozano · 3 years, 3 months ago
  35. 756ec8d include vendor linked-libraries in fuzz target bundles by Kris Alder · 3 years, 4 months ago
  36. c0a671f Moving common fuzzing code to fuzz package by hamzeh · 3 years, 5 months ago
  37. 41ad881 Refactoring fuzz packaging code by hamzeh · 3 years, 6 months ago
  38. f7c99f5 Add GetEmbeddedPrebuilt and IsModulePrebuilt by Paul Duffin · 3 years, 8 months ago
  39. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 3 years, 10 months ago
  40. 00c144f Non-installable module should not be installed into a fuzzer .zip package by Victor Chang · 3 years, 11 months ago
  41. 4803765 Merge "add options for LibFuzzer, HWASan, and ASan to fuzz_config" by Kris Alder · 4 years ago
  42. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 1 month ago
  43. c81f59f add options for LibFuzzer, HWASan, and ASan to fuzz_config by Kris Alder · 4 years ago
  44. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  45. cf371cc Replace android.WriteFile rule with android.WriteFileRule by Colin Cross · 4 years, 2 months ago
  46. 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 2 months ago
  47. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
  48. 02460ab Avoid conflicting shared libraries from SDK snapshots. by Martin Stjernholm · 4 years, 3 months ago
  49. 2598c9b add acknowledgements field to fuzz_config by Kris Alder · 4 years, 3 months ago
  50. 053fca1 Support ninja rsp files in soong_zip by Colin Cross · 4 years, 5 months ago
  51. e051d0d add researcher_submitted field to cc_fuzz by Kris Alder · 4 years, 8 months ago
  52. c57d39c Merge "[cc_fuzz] Collect shared deps by name, not by module." by Treehugger Robot · 4 years, 8 months ago
  53. c0b442f [cc_fuzz] Collect shared deps by name, not by module. by Mitch Phillips · 4 years, 8 months ago
  54. 0540ae7 Removing filter to allow widevine fuzzers addition by Hamzeh Zawawy · 4 years, 8 months ago
  55. 49bd9cc Merge "[cc_fuzz] Export DSO symbols to /symbols/data/" by Treehugger Robot · 4 years, 9 months ago
  56. 18e6719 [cc_fuzz] Don't build infra-disable targets in `m haiku`. by Mitch Phillips · 4 years, 10 months ago
  57. 0bf9713 [cc_fuzz] Export DSO symbols to /symbols/data/ by Mitch Phillips · 4 years, 10 months ago
  58. 1b3348d Add ramdisk image. by Yifan Hong · 5 years ago
  59. 3478a0d Adding capability to granular disable of fuzzer by hamzeh · 5 years ago
  60. ad172d8 cc_fuzz: add "data" field by Tri Vo · 5 years ago
  61. 6a9bf21 Fix cc_fuzz ignoring soong namespaces. by Mitch Phillips · 5 years ago
  62. dc809f9 Make fuzz rules reproducible by Colin Cross · 5 years ago
  63. 1f7f54f Add $$ORIGIN/lib to rpath for fuzz targets. by Mitch Phillips · 5 years ago
  64. f50bddb Prebuilt shared libraries should be collected for fuzz targets. by Mitch Phillips · 5 years ago
  65. 2edbe8e Package fuzz targets into zipfiles, then coalesce. by Mitch Phillips · 5 years ago
  66. 13ed3f5 'm fuzz' shared lib package should be per-fuzzer. by Mitch Phillips · 5 years ago
  67. 0553ba3 Sort fuzz target dependencies to avoid rebuilds. by Mitch Phillips · 5 years ago
  68. e1ee1a1 Soong frontend for shared library fuzzing. by Mitch Phillips · 5 years ago
  69. db97af4 change output file extension (config.txt -> config.json) by Kris Alder · 5 years ago
  70. d5bd577 Use unstripped binaries in fuzz target packaging. by Mitch Phillips · 5 years ago
  71. 765fe7a Merge changes Ia7deed13,I7378a46f by Ivan Lozano · 5 years ago
  72. 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
  73. f979ee3 add additional fields to cc_fuzz build types by Kris Alder · 5 years ago
  74. 8a2bc0b Re-plumb fuzz corpora. by Mitch Phillips · 5 years ago
  75. 959a3ff Merge "Fuzz corpus entries should not go in a subdirectory." by Treehugger Robot · 5 years ago
  76. 302f964 Do not link libc++.so statically on device. by Mitch Phillips · 5 years ago
  77. 641575a Fuzz corpus entries should not go in a subdirectory. by Mitch Phillips · 5 years ago
  78. a0a5e19 Move fuzz phony to be make-defined, and add to dist. by Mitch Phillips · 5 years ago
  79. d3254b4 Add 'make fuzz' build rule. by Mitch Phillips · 5 years ago
  80. 4e4ab8a Add corpus and dictionary properties to cc_fuzz. by Mitch Phillips · 5 years ago
  81. 4de896e Add i386 host fuzzing support w/ cc_fuzz. by Mitch Phillips · 5 years ago
  82. d0bd16d [cc_fuzz] Statically link libcxx. by Mitch Phillips · 5 years ago
  83. 71123ec Disable linux_bionic fuzzers by Alex Light · 5 years ago
  84. eec9b28 Disable cc_fuzz darwin host modules by Colin Cross · 5 years ago
  85. da9a463 Add the cc_fuzz target. by Mitch Phillips · 5 years ago