[build][fuzzing] Re-enable host fuzzers
This CL restores support for host fuzzers by treating them as host tools. When a `fuzz_package` sets `fuzz_host` to true, the package will get a dependency on the fuzzers built by the host toolchain. Bugs: SEC-267 Tests: fx set core.x64 --with //bundles:tests --fuzz-with asan fx run-host-test host_fuzzers_test Change-Id: Ib83b48b7786f1569652aef714d1292bb2bf648c5
Showing
- build/fuzzing/fuzzer.gni 31 additions, 11 deletionsbuild/fuzzing/fuzzer.gni
- garnet/packages/tests/BUILD.gn 0 additions, 1 deletiongarnet/packages/tests/BUILD.gn
- src/BUILD.gn 1 addition, 0 deletionssrc/BUILD.gn
- src/fuzzing/BUILD.gn 24 additions, 0 deletionssrc/fuzzing/BUILD.gn
- src/fuzzing/OWNERS 3 additions, 0 deletionssrc/fuzzing/OWNERS
- src/fuzzing/host_test.go 91 additions, 0 deletionssrc/fuzzing/host_test.go
Loading
Please register or sign in to comment