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

Commit 6004a9cd authored by David Fu's avatar David Fu Committed by Automerger Merge Worker
Browse files

Merge "Changed assignee to triage_assignee in fuzzconfig" am: eb52c2e7 am:...

Merge "Changed assignee to triage_assignee in fuzzconfig" am: eb52c2e7 am: 51393094 am: 9a2c923f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2566670



Change-Id: I807e3c995109d25194e1a03ca9f6eb402f28cb03
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ed10d918 9a2c923f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ type FuzzConfig struct {
	// 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"`
	Triage_assignee string `json:"triage_assignee,omitempty"`
}

type FuzzFrameworks struct {