huddly-updater: JSONReader::ReturnValueWithError return type change

libchrome r1017954 (crrev.com/c/3696611) changed
base::JsonReader::ReadAndReturnValueWithError to return a
base::expected<base::Value, Error> instead of ValueWithError.
ValueWithError is stubbed (crrev.com/c/3802205) so that it could be used
as if it is the new type.

BUG=b:238297537
TEST=FEATURES=test emerge-endeavour huddly-updater

Change-Id: I87dd07cc6df9d6308e879effcb792f1b113f6ae0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/huddly-updater/+/3893834
Auto-Submit: Grace Cham <hscham@chromium.org>
Commit-Queue: Grace Cham <hscham@chromium.org>
Tested-by: Grace Cham <hscham@chromium.org>
Reviewed-by: Kyle Williams <kdgwill@chromium.org>
1 file changed
tree: 331d373b72c89a3fe34f3e97152be851bc59bc59
  1. conf/
  2. src/
  3. .gitignore
  4. Android.mk
  5. common.mk
  6. LICENSE
  7. Makefile
  8. OWNERS
  9. README.md
README.md

Huddly-updater is a utility to upgrade the huddly camera firmware.

Requirements

TODO: The GNU C library, libusb 1.0 and libudev are required.

Building

At the root of the repository,

$ make

Alternatively at Chromium OS development environment,

$ emerge-$${BOARD} huddly-updater

How to use

$ huddly-updater --help

TODO

It will also provide assistant tools to query the firmware version of the firmware installed in the huddly camera, that of a binary blob file.