Merge "Added fuzz_config field to include targets in presubmits"
This commit is contained in:
commit
cb7d3d4d72
1 changed files with 3 additions and 0 deletions
|
@ -368,6 +368,9 @@ type FuzzConfig struct {
|
|||
Triage_assignee string `json:"triage_assignee,omitempty"`
|
||||
// Specifies libs used to initialize ART (java only, 'use_none' for no initialization)
|
||||
Use_platform_libs UsePlatformLibs `json:"use_platform_libs,omitempty"`
|
||||
// Specifies whether fuzz target should check presubmitted code changes for crashes.
|
||||
// Defaults to false.
|
||||
Use_for_presubmit *bool `json:"use_for_presubmit,omitempty"`
|
||||
}
|
||||
|
||||
type FuzzFrameworks struct {
|
||||
|
|
Loading…
Reference in a new issue