tree: af2df6887bbf76301cc1b6415cdb79cdbf322afc [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/sys/pkg/bin/grand-swd-binary/README.md

Grand SWD Binary

This binary aggregates the pkg-resolver and (coming soon) the ota-dependency-checker into a single binary to save disk space. The Grand SWD Binary inspects argv[0] on start and invokes the appropriate binary based on the binary's name.

This is based off //src/sys/pkg/bin/multi-universal-tool, where we do the same thing with pkgctl and the update tool.