tree: 2d58a8c97f77f9b9a506902ced1844c2a0d8209b [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.