Merge "Fix name of new param in cc_fuzz" am: ee81400fbb

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

Change-Id: Id285ba36500e8208573e4cfd58a2f5c70094eb57
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-07-13 01:34:28 +00:00 committed by Automerger Merge Worker
commit 058259897d

View file

@ -106,7 +106,7 @@ type FuzzConfig struct {
// Can this code be triggered remotely or only locally.
Remotely_accessible bool `json:"remotely_accessible,omitempty"`
// Is the fuzzed code host only, i.e. test frameworks or support utilities.
Host_only bool `json:"access_vector,omitempty"`
Host_only bool `json:"host_only,omitempty"`
// Can third party/untrusted apps supply data to fuzzed code.
Untrusted_data bool `json:"untrusted_data,omitempty"`
// Is the code being fuzzed in a privileged, constrained or any other