[roll] Roll fuchsia [bazel] Move sandbox-debug flag to bazel_action_impl

This moves the reading of the FUCHSIA_DEBUG_BAZEL_SANDBOX env var to
the BazelGlobalArguments class, and then uses that to drive the logic
in bazel_action_impl.py, so that bazel_gn_target_action.py no longer
 needs to handshake that data through to the implementation.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1483889
Original-Revision: e6f5f75943943d73514e90fe82ca36cbf1847557
GitOrigin-RevId: 2210b14a2717622c968d26bc90eae2e786f2ffe9
Change-Id: I832c5d307d6298b16994afc9c523cb8783423497
1 file changed
tree: 700721fa59640ad963509f07186257764015b869
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.