[roll] Roll fuchsia [gpt] enforce shutdown order, implement admin

Make sure component manager sends the lifecycle stop request to fshost
before anything in fs-collection, including the new gpt component. Until
this change, the gpt component was getting shut down before the
filesystems, causing a bunch of journal flushing issues.

This also implements fuchsia.fs.Admin, so fshost can successfully call
Shutdown on the gpt component.

Original-Fixed: 391889311
Original-Bug: 391891190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198692
Original-Revision: 8ced856758d9a135ff59c03d2059fd5585124ee5
GitOrigin-RevId: 4faf865d439297f6588845925644e805c32429f4
Change-Id: I3d6f38c47ccf702aafad18307d7d27e16fc2ed2c
1 file changed
tree: 8a5390801ba0e0c062a6ab63c34b4ef13872be8c
  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.