Add java_fuzz module to build java fuzzers

This change adds a new module to soong to be able to build Java fuzz
targets be able to run using Jazzer. Jazzer is an open source fuzzing engine
supported by OSS-Fuzz.

Bug: 211671266
Test: go test -run TestJavaFuzz
Change-Id: Id7c346694f5986f6e15210c359fd533fbb7001eb
This commit is contained in:
Muhammad Haseeb Ahmad
2022-01-01 05:14:32 +00:00
parent 69e8731101
commit aa1d0cf775
3 changed files with 138 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ bootstrap_go_package {
"dexpreopt_config.go",
"droiddoc.go",
"droidstubs.go",
"fuzz.go",
"gen.go",
"genrule.go",
"hiddenapi.go",