[roll] Roll fuchsia [sandbox][components] support update notifiers being registered on dicts

Adds support for update notifiers to be registered on sandbox
dictionaries. These are functions which will be invoked whenever an
entry is added to or removed from the dictionary on which it's
registered.

Also uses this change to keep VFS directories created from a dictionary
up-to-date when the contents of the dictionary changes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1136134
Original-Revision: 6e39679c41c6dca65a537a8bad15b54d1646f362
GitOrigin-RevId: 29d4c385eee2295de585ceb0c2cf0bf25db086fa
Change-Id: I1fb97ba4a11d9214bb8f65c7ef0e0aeeeaab3a94
1 file changed
tree: f479e3a02447a226531eaa94a62dcf9264cca6cb
  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.