[roll] Roll fuchsia [bazel] Fix bazel_action.py query cache key computation.

Use the content of input starlark files used for cqueries to compute
the key used for the query cache. Without this, modifying these files
would end up with stale cache entries being used in the next incremental
build.

This is normally not a problem for most incremental builds, because
any change to build files would re-run `fx gen` which wipes the
cache entirely, but a change that only changes the starlark files
would trigger this bug, so fix it there, as it was discovered
during local development.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249944
Original-Revision: 86377dc79f48ccf1ca479f35a6767218ce549e62
GitOrigin-RevId: 4b44817b7d616366900a21049385a4b7b30b6be9
Change-Id: I3c47f338e0b10c2559a857cd69c12d496fbbabb8
1 file changed
tree: 6c9eb50773696ae6b5a05dae2884f128b712576d
  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.