[roll] Roll fuchsia [package] Create a bootfs binary for exploring packages

This binary is like "ffx target-package" except that it is in bootfs
and so is available for debugging over serial. This will be useful
when the pkgfs shell directory that currently exposes all base
packages is removed.

To save space in bootfs, this tool and the "component" binary that
similarly mirrors "ffx component" are now implemented as libraries
that are linked into the same multi-call, busy-box style binary.
Copies of this binary named "package" and "component" are added to
bootfs, which deduplicates the files on disk.

Original-Fixed: 328455656
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1027033
Original-Revision: 22ae75686e41724445c980cd682364ced4427afc
GitOrigin-RevId: d5c2a09613a7f6428af66099a771dcde5c15ff81
Change-Id: I3c9221d3ab5933e05e69132e907b7e581dbc0e75
1 file changed
tree: 1bcca4d6148d11c65382a34a6b3cb8d139caa7cd
  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 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.