[roll] Roll fuchsia [fx][build] Display last 4 pending Ninja commands by default.

This ensures that `fx build` will print the last 4 pending commands
invoked by Ninja by default.

This feature is already fully documented at
https://fuchsia.dev/fuchsia-src/development/build/ninja_how?hl=en#fuchsia-improvements
but required developers to enable it explicitly by setting
NINJA_STATUS_MAX_COMMANDS in their environment.

This CL just changes the default being used by `fx build`. Setting
the environment variable will still work, and it can be disabled
by setting NINJA_STATUS_MAX_COMMANDS=0

Original-Bug: 91545
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/897218
Original-Revision: 413355ba2df70a10247fce32858da9ea1c803a85
GitOrigin-RevId: 11c2204eb09919bd1441833fe42f844081744950
Change-Id: I5f07989e6eba632f00d307383258b40cfb61dac9
1 file changed
tree: 7d19cfd05aeff8c18585be4d7a12ea36bce29823
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.