[roll] Roll fuchsia [build] Fix hermetic_inputs_action.py depfile generation.

Ensure that the depfile's parent directory exists before writing it.

This is necessary to remove the use of stamp files in our GN-generated
Ninja build plans. As of now, the parent directory is created because
of the depfile. This will no longer be the case once [1] is submitted
to GN and `no_stamp_files = true` is set in our `.gn` file.

+ minor cleanups and properly handle depfile quoting.

[1] https://gn-review.googlesource.com/c/gn/+/12866

Original-Bug: None
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/857183
Original-Revision: 655348036da80fdc5362cb945528046cf823d372
GitOrigin-RevId: 61d81c24efb68f0d9b69ca05f969c29e3000f30c
Change-Id: I3589ce31708d0acd2a316e07c19bc187503c1518
1 file changed
tree: 495c077b4283fea731908202c37bf02490e356d0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.