[roll] Roll fuchsia [component][fuzzing] Refactor Options

This CL modifies the Options utilities to make them more flexible for
additional runners. In particular, it decentralizes adding default
values for unspecified options to the objects that use those fields.
This allows alternative implementations to handle missing options
differently, e.g. the LibFuzzerRunner can defer to libFuzzer when an
option is missing.

Original-Bug: 24740
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/575901
Original-Revision: b2b9be10ca8bd8c9d24dfd5e65fa544571271725
GitOrigin-RevId: bf2a9dc315394333849f46c79c13af3a0300d701
Change-Id: I0f0ee70f10f9c8be85b8408d715a62617ef78c45
1 file changed
tree: 876a3a1884829974432a579448258a5da11489f7
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.