[roll] Roll fuchsia [fint] Generate args.gn more similar to `fx set`

1. Include all the `*_labels` vars in args.gn even if they're empty, to
   make it easier to add new labels to those lists manually using `fx
   args`.
2. Put all list appends last, so that all the `*_labels` will be at the
   end of args.gn, which `fx set` does.

This will make the transition to the new fint-based version of `fx set`
less noticeable for people who use `fx args` or otherwise frequently
inspect args.gn.

Original-Bug: 68465
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/541865
Original-Revision: a5411239167b6662fefcb7892034e3591217a808
GitOrigin-RevId: 4a75cb60b9954df3d9e5b71b897253ed49ccce38
Change-Id: I504774927e99991ef686eefbb867e9c039939c27
1 file changed
tree: c3b3671d615150ff36f36f7e89f8b0caf39c8de4
  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.