[roll] Roll fuchsia [ffx] Use args_sources in full target chain

Propagating the args_sources property up the entire `ffx target` chain
helps with performance a little bit more.

Tested:

Before:

╰─❯ time fx build ffx
ninja: Entering directory `/Users/boetger/fuchsia/out/default'
[29/29] STAMP obj/src/developer/ffx/ffx.stamp
fx build ffx  159.49s user 6.27s system 134% cpu 2:02.98 total

After:

╰─❯ time fx build ffx
ninja: Entering directory `/Users/boetger/fuchsia/out/default'
[29/29] STAMP obj/src/developer/ffx/ffx.stamp
fx build ffx  149.40s user 6.37s system 134% cpu 1:56.10 total

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/581512
Original-Revision: b0795d26b6a99afd5bbaf10a6904246e396d6f3d
GitOrigin-RevId: 187ede3080b4eeb12cb86e0690a2d80c3a0218f4
Change-Id: I2b7adfcf561f22109470da806643c9afa5dfd431
1 file changed
tree: 2e616a261886c2a6fc4ba76e82f5f899d89a9f4a
  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.