[roll] Roll fuchsia [build][tracer] Unwrap known wrapper commands

The action-tracer ignore logic uses the name of the underlying script,
but we are not interested in command-wrappers that may appear before it.
This peels apart wrapper commands to get to the tool of interest.

This is needed to make the ignore logic works in the presence of command
wrappers, e.g. output_cacher.py.

Test: (enable tracing in fx set; fx build)
Test: fx test build/tracer

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/497610
Original-Revision: 9360165b2b43baccac2e2ad797e165901af2f776
GitOrigin-RevId: a0b1712c7a2e6d390e60d61fdfffb4f16602e44a
Change-Id: I99436e5ccedaa732b8ddb67e870a5027dddfa741
1 file changed
tree: 813f118d08042594644cef9d8fc14ff65bd293a6
  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.