[roll] Roll fuchsia [bazel] Remove references to obsolete update-workspace.py script.

The update-workspace.py script was removed, after its logic was
moved to other parts, mainly workspace_utils.py. For details
see [1], [2], [3] and [4] below.

This CL updates or removes comments referencing this old script
name.

+ Fix the googletest_repository.bzl rule by ensuring that the
  content hash file it uses as input is properly generated,
  and accounted for as an input, in addition to the bundle
  and script invoked by the rule.

  As a reminder, properly recording a repository rule input
  always requires a repo_ctx.path(Label(...)) call. Because
  the code before that was not using a label, nothing was
  actually recorded in the @com_google_googletest.marker
  file, and the fact that the content hash file did not
  exist was not an error, as the path was never accessed.

[1]: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186253
[2]: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186254
[3]: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186255
[4]: https://fuchsia-review.googlesource.com/c/fuchsia/+/1187872

NO_IFTTT=linked_files_are_already_up_to_date

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250545
Original-Revision: 63c087f0b59033d50d2beadc6fc6ff692e363735
GitOrigin-RevId: 3ca20f29b9279a07d1db4b1f40ecac3e51cc931f
Change-Id: I8958350f96b170e3abd483bdb89c1d8f79e2e9b2
1 file changed
tree: 9d98dacf5325f6692bcc701d7fe6b8f4566f82a8
  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.