Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af4e33bc authored by David Fu's avatar David Fu
Browse files

Added assignee field to FuzzConfig.

Change-Id: Ia8cff7fa0980674ef6ed64922b6895b61c1e41a4
parent f2abc7b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -338,6 +338,8 @@ type FuzzConfig struct {
	IsJni *bool `json:"is_jni,omitempty"`
	// List of modules for monitoring coverage drops in directories (e.g. "libicu")
	Target_modules []string `json:"target_modules,omitempty"`
	// Specifies a bug assignee to replace default ISE assignment
	Assignee string `json:"assignee,omitempty"`
}

type FuzzFrameworks struct {