[roll] Roll fuchsia [build] Fix hermeticity of python actions

... by adding all transitively imported library scripts to their
sources/inputs.

This keeps python dependencies statically encoded in GN files, and adds
no extra overhead to our build. The current situation of python script
dependency in our build is fairly simple, which makes this approach
fairly low-effort.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/494239
Original-Revision: 5d1e46dcd5efec03cc0ab8cc8f0ea379f87697c7
GitOrigin-RevId: cd9ba780ab1e6c289bd1ce8a6d626314a4382345
Change-Id: I9e82092a92e81e3ec8f3e7194af9726947da11c6
1 file changed
tree: ff6d6255c523f1e3eb4a16a001ee79220111ea6c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.