aboutsummaryrefslogtreecommitdiff
path: root/cc/fuzz.go
AgeCommit message (Expand)Author
2021-03-16Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputListColin Cross
2021-02-17Non-installable module should not be installed into a fuzzer .zip packageVictor Chang
2021-01-08Merge "add options for LibFuzzer, HWASan, and ASan to fuzz_config"Kris Alder
2021-01-08Refactor CC to prep for Rust sanitizable modules.Ivan Lozano
2021-01-07add options for LibFuzzer, HWASan, and ASan to fuzz_configKris Alder
2020-12-01Pass pctx and ctx to NewRuleBuilderColin Cross
2020-11-14Replace android.WriteFile rule with android.WriteFileRuleColin Cross
2020-10-29Move stubs related methods out of LinkableInterfaceColin Cross
2020-10-22Add vendor-ramdisk image to Soong.Yifan Hong
2020-10-06Avoid conflicting shared libraries from SDK snapshots.Martin Stjernholm
2020-09-29add acknowledgements field to fuzz_configKris Alder
2020-08-19Support ninja rsp files in soong_zipColin Cross
2020-05-06add researcher_submitted field to cc_fuzzKris Alder
2020-04-30Merge "[cc_fuzz] Collect shared deps by name, not by module."Treehugger Robot
2020-04-27[cc_fuzz] Collect shared deps by name, not by module.Mitch Phillips
2020-04-27Removing filter to allow widevine fuzzers additionHamzeh Zawawy
2020-03-26Merge "[cc_fuzz] Export DSO symbols to /symbols/data/"Treehugger Robot
2020-03-16[cc_fuzz] Don't build infra-disable targets in `m haiku`.Mitch Phillips
2020-03-06[cc_fuzz] Export DSO symbols to /symbols/data/Mitch Phillips
2020-01-22Add ramdisk image.Yifan Hong
2019-12-18Adding capability to granular disable of fuzzerhamzeh
2019-12-05cc_fuzz: add "data" fieldTri Vo
2019-12-05Fix cc_fuzz ignoring soong namespaces.Mitch Phillips
2019-11-21Make fuzz rules reproducibleColin Cross
2019-11-14Add $$ORIGIN/lib to rpath for fuzz targets.Mitch Phillips
2019-11-14Prebuilt shared libraries should be collected for fuzz targets.Mitch Phillips
2019-11-14Package fuzz targets into zipfiles, then coalesce.Mitch Phillips
2019-11-12'm fuzz' shared lib package should be per-fuzzer.Mitch Phillips
2019-11-11Sort fuzz target dependencies to avoid rebuilds.Mitch Phillips
2019-11-08Soong frontend for shared library fuzzing.Mitch Phillips
2019-10-30change output file extension (config.txt -> config.json)Kris Alder
2019-10-29Use unstripped binaries in fuzz target packaging.Mitch Phillips
2019-10-29Merge changes Ia7deed13,I7378a46fIvan Lozano
2019-10-28Add support for Rust C libraries.Ivan Lozano
2019-10-28add additional fields to cc_fuzz build typesKris Alder
2019-10-17Re-plumb fuzz corpora.Mitch Phillips
2019-10-16Merge "Fuzz corpus entries should not go in a subdirectory."Treehugger Robot
2019-10-14Do not link libc++.so statically on device.Mitch Phillips
2019-10-09Fuzz corpus entries should not go in a subdirectory.Mitch Phillips
2019-09-30Move fuzz phony to be make-defined, and add to dist.Mitch Phillips
2019-09-24Add 'make fuzz' build rule.Mitch Phillips
2019-09-18Add corpus and dictionary properties to cc_fuzz.Mitch Phillips
2019-09-05Add i386 host fuzzing support w/ cc_fuzz.Mitch Phillips
2019-08-23[cc_fuzz] Statically link libcxx.Mitch Phillips
2019-07-24Disable linux_bionic fuzzersAlex Light
2019-07-18Disable cc_fuzz darwin host modulesColin Cross
2019-07-16Add the cc_fuzz target.Mitch Phillips