Build huddly-updater with C++17.

absl may use different Optional details for C++14/C++17 compiles, ending
up with not compatible with compiling libchrome.

This can lead to Value corruption in Optional<Value>.

BUG=b:190446478
TEST=FEATURES=test emerge-endeavour huddly-updater with absl::Optional.

Change-Id: I537731c928cf4bd4515d63f03a49fc2b0ff98bfd
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/huddly-updater/+/3024172
Reviewed-by: Joe Tessler <jrt@chromium.org>
Reviewed-by: Grace Cham <hscham@chromium.org>
Commit-Queue: Qijiang Fan <fqj@google.com>
Tested-by: Qijiang Fan <fqj@google.com>
1 file changed
tree: 549ceed07cc5a4481411a39d414ab49d445d235f
  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.