libbrillo: Add uint32 type in FlagHelper

Add uint32 type in the command line flags helper class FlagHelper.

BUG=None
TEST=Run unit tests.

Change-Id: I368690975f79c16592c5598b42c50ba0fcb806cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2082699
Tested-by: Eric CH Kuo <eric_ch_kuo@dell.corp-partner.google.com>
Commit-Queue: Paul Moy <pmoy@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/chromiumos/platform2
Cr-Mirrored-Commit: 03021cf5d95996a9a2f6c096a31879abb4347ed4
3 files changed
tree: fb86d28aee0c7a49f0585789468503d8b9f5b387
  1. brillo/
  2. install_attributes/
  3. policy/
  4. BUILD.gn
  5. libpolicy.ver
  6. OWNERS
  7. PRESUBMIT.cfg
  8. README.md
  9. testrunner.cc
README.md

libbrillo: platform utility library

libbrillo is a shared library meant to hold common utility code that we deem useful for platform projects. It supplements the functionality provided by libbase/libchrome since that project, by design, only holds functionality that Chromium (the browser) needs. As a result, this tends to be more OS-centric code.

AOSP Usage

This project is also used by Update Engine which is maintained in AOSP. However, AOSP doesn't use this codebase directly, it maintains its own libbrillo fork.

To help keep the projects in sync, we have a gsubtree set up on our GoB: https://chromium.googlesource.com/chromiumos/platform2/libbrillo/

This allows AOSP to cherry pick or merge changes directly back into their fork.