[roll] Roll fuchsia [fx set] Improve consistency with fint

Always set the following args, which would previously be left unset if
the value would be the same as the default (hence this change is a
no-op):
- use_goma (defaults to false)
- is_debug (defaults to true)

And set the following args that were previously never set.  They have no
real impact on the build, they are just dumped into
$BUILD_DIR/build_info.json as metadata.
- build_info_board
- build_info_product

This will improve consistency with fint and the new Go fx set
implementation, which will make it easier to compare the old and new
implementations of fx set to make sure they always produce the same GN
args given the same command-line flags.

Original-Bug: 68465
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/494318
Original-Revision: c5e43b52d7a6895b7a4feed77949942e07a5b32b
GitOrigin-RevId: 2513885f9d7404b62e7d66aed4cb8bbf4ebca10f
Change-Id: Ifcf9aec25616935ea50471b5511619103dbedc2c
1 file changed
tree: 469edee3475bd4c11f4166f9ab5d016be5e87359
  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.