huddly-updater: 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: Ia87f54ef51fdf9790a3c3de0572f7ac3f1231c99
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/huddly-updater/+/3802106
Tested-by: Grace Cham <hscham@chromium.org>
Reviewed-by: Kyle Williams <kdgwill@chromium.org>
Commit-Queue: Grace Cham <hscham@chromium.org>
Auto-Submit: Grace Cham <hscham@chromium.org>
1 file changed
tree: cb3d245b106f4e14b721e1b2a177f13f9efc7cd6
  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.