[roll] Roll fuchsia [pkgstats] Ingest assembly manifest

Instead of traversing the out directory looking for package manifests,
we can ingest the image_assembly.json (for base, cache, bootfs, etc).

Sample invocation:

```
fx pkgstats process \
    --assembly-manifest $FUCHSIA_DIR/out/core/obj/build/images/fuchsia/fuchsia/images.json \
    --out output.json
```

Original-Bug: 399885925
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1217844
Original-Revision: 950351f148668585967f06f79bd351e2169974b2
GitOrigin-RevId: 0c63b127ff970564cb43539984366dd8f8d65cef
Change-Id: I4e336dcf504db1c812013da06228461ab3504911
1 file changed
tree: 031a183ff087d51380ac9a0a9f40f0deebafb0d8
  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.