[roll] Roll fuchsia [bazel] Move bazel_action.py logic to new Python module.

Introduce build_utils.py to hold some of the logic currently used
by the bazel_action.py script. This will allow sharing it with
other scripts in the future (to support building Bazel targets
directly in `fx build`), as well as adding proper unit-tests to
the new classes found here.

+ Fix minor typing issues in bazel_action.py

Original-Bug: 42084668

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1259866
Original-Revision: 52b2533271f3fec422326fafdbd61711a0e35129
GitOrigin-RevId: 45808c4ec33d89edd2d9c45b74007c8d25666de7
Change-Id: I9cf43661d31d9a4b34e9c47b32a8d60887daf1b3
1 file changed
tree: 9a2dc686c1e3b989e59183b3cda2318078147208
  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.