[roll] Roll fuchsia [bazel] Minor changes to better support Bazel tests.

These changes will be used by a future CL that changes
the 'affected_tests' build API command to detect Bazel-defined
tests properly.

- Add build_utils.MockBazelLauncher to mock Bazel invocations during
  unit-tests.

- Support labels beginning with '@@//', which is equivalent to '@/', indicating
  a label relative to the root workspace. This is returned by queries that use
  --consistent_labels to only report canonical repository names. Also update
  the documentation inside BazelLabelMapper.

Original-Bug: 497831852
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1559481
Original-Revision: 6904ac453fd930efedb36cbff7a6f411d486caba
GitOrigin-RevId: 3cac2b80d0a73e270535a80427245e80c8198466
Change-Id: I21c5cff21b0506de719e89aa7089e2b1d0dcfdcc
1 file changed
tree: 62c479a8f631f5e7758c93e3b7078ab08cd9cc08
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.