tree: fc4ed01b51c6d8c4f22e6200d38511db45b88059 [path history] [tgz]
  1. meta/
  2. src/
  3. test_data/
  4. BUILD.gn
  5. README.md
garnet/bin/omaha_client/README.md

Omaha Client

Omaha Client is a service that checks for new update with Omaha server.

Requirement

Omaha Client requires app id and version to run.

The default app id is fuchsia-test:no-update, it can be overridden with --args omaha_app_id='"appid"' appended to your fx set arguments.

The default version for local build is a date string, it needs to be set to a version number in Omaha format, for example: --args build_info_version='"0.0.0.1"'