Merge "Added fuzz_config field to include targets in presubmits" am: cb7d3d4d72
am: 2066bdd65e
am: 366abc7d08
am: 9290b213f6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2644754 Change-Id: Ie81c6ae0b3950764d1f26e00ac4a23298a68b8e4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user