[roll] Roll fuchsia [cmc] Improve dep tracking for capability sources

Some capability types (`storage`, and soon `dictionary`) themselves have
a source in `from`. For example, storage depends on a backing dir, and
dictionaries can depend on another dictionary which they're initialized
from.

The dependency tracking strategy for this today involves replacing the
dependency on the capability with a dependency on its source. This may lead to
spurious cycles. Instead of replacing the capability with its source
dependency, represent the capability as a node in the dependency graph,
and add an edge between it and the source.

As a bonus, this should make the error more useful.

Original-Bug: b/300500098
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921041
Original-Revision: 13b2aa72e0cfef263e5e59f8717a6961980cb342
GitOrigin-RevId: aa16bdf704639cfde313f385af37d81783cd8abe
Change-Id: Iaa26eeaf0dc5999d3eefdd1bf5c0cfb944077472
1 file changed
tree: 6ba123ef3fe869cfba5721d102efc10bbcc7a5a2
  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.