Include target_mods field

Test: build a module with target_mods populated in cc_fuzz

Change-Id: Ib951c4f551db27f67e2cc18717e52763a99907a3
This commit is contained in:
Mark
2022-09-30 21:13:01 +00:00
committed by Mark Teffeteller
parent f0b2254d25
commit 74c0ad2248

View File

@@ -151,8 +151,8 @@ type FuzzConfig struct {
// If there's a Java fuzzer with JNI, a different version of Jazzer would
// need to be added to the fuzzer package than one without JNI
IsJni *bool `json:"is_jni,omitempty"`
// Top-level paths to the library being fuzzed (e.g. "external/icu")
Library_paths []string `json:"library_paths,omitempty"`
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
Target_modules []string `json:"target_modules,omitempty"`
}
type FuzzFrameworks struct {