[roll] Roll fuchsia [fx][bazel-tool] Rename and reformat bazel-tool script.

Since the file name did not end in .py, `fx format-code`
ignored it. The script is always launched from a devshell
wrapper, so renaming it should not impact workflows.

The dash is replaced with an underscore to appease
Gerrit static checks.

This will make reviewing future changes to the script
easier.

+ Minor mypy fixes.

+ Fix computation of Bazel workspace path in devshell
  wrapper. BAZEL_WORKSPACE was always empty but the
  value was not used (yet).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216444
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 49deca4d3c3df52fa7be9b6ccbc2098cfbc13f43
GitOrigin-RevId: f71d26e83bd5539fe6bc217cf47a389850a9605e
Change-Id: Ic41a0fe24e1e057b6f4108940769b592f0af8dc7
1 file changed
tree: d5d7ac42c039d7f8ded7cae6d1bb8e76fa718866
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.