[roll] Roll infra/recipes [build] Merge with_options() logic into ninja()

Part 2 of consolidating ninja target modification logic. Now `ninja()`
is the only function that adds extra ninja targets, so all recipes that
do a Fuchsia build use the same ninja target construction logic. Also,
`with_options()` and `ninja()` both return a `FuchsiaBuildResults`
object, resulting in a more consistent interface.

This should make it easier to translate this logic into `fint build`,
since there's now just a single block of code that will need to be
translated.

Original-Bug: 67861
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/495318
Original-Revision: a9a70ee5f71efe533c8b91b5902c1bdee30f4d75
GitOrigin-RevId: 396a8d8f54f84bd317df3e49026d09f71132f0c3
Change-Id: I95dd859c82639ea341f56baa4f701e8adb356f80
1 file changed
tree: 052e700e7e110ae2ebc724b47b0939dd9c8982d5
  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.