[roll] Roll fuchsia [build][bazel] Fix update-workspace.py

Remove the hard-coded `out/default` that was used when the
build directory set with `fx set` was not found. This breaks
CI builders which do not use `fx set` and also use `out/not-default`
as the build directory.

+ Ensure that //build/bazel:generate_workspace always calls the
  script with the right build directory.

Original-Bug: 111832
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/739152
Original-Revision: 8df1373f2af3aaac9195ebea2eec52e6913caa1a
GitOrigin-RevId: e3a1d0d1d1c4db6e82e0e17a98f94a0f9a0ffe43
Change-Id: Iec63b47c86cd80f9065502765efbe3a47fcc8910
1 file changed
tree: 15bc49477de4af4bb5b8fb6c2bbb165d38af7c94
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 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.