Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
brillo/ | H | 25-Apr-2025 | - | 45,333 | 31,519 | |
install_attributes/ | H | 25-Apr-2025 | - | 274 | 160 | |
policy/ | H | 25-Apr-2025 | - | 2,593 | 1,788 | |
.clang-format | H A D | 25-Apr-2025 | 1.2 KiB | 38 | 34 | |
Android.bp | H A D | 25-Apr-2025 | 9.4 KiB | 332 | 306 | |
BUILD.gn | H A D | 25-Apr-2025 | 18.1 KiB | 670 | 618 | |
METADATA | H A D | 25-Apr-2025 | 39 | 4 | 3 | |
MODULE_LICENSE_BSD | HD | 25-Apr-2025 | 0 | |||
NOTICE | H A D | 25-Apr-2025 | 1.5 KiB | 28 | 27 | |
OWNERS | H A D | 25-Apr-2025 | 46 | 2 | 1 | |
PRESUBMIT.cfg | H A D | 25-Apr-2025 | 177 | 7 | 5 | |
README.md | H A D | 25-Apr-2025 | 897 | 21 | 14 | |
libpolicy.ver | H A D | 25-Apr-2025 | 443 | 20 | 16 | |
testrunner.cc | H A D | 25-Apr-2025 | 431 | 17 | 8 | |
testrunner_android.cc | H A D | 25-Apr-2025 | 879 | 27 | 8 |
README.md
1# libbrillo: platform utility library 2 3libbrillo is a shared library meant to hold common utility code that we deem 4useful for platform projects. 5It supplements the functionality provided by libbase/libchrome since that 6project, by design, only holds functionality that Chromium (the browser) needs. 7As a result, this tends to be more OS-centric code. 8 9## AOSP Usage 10 11This project is also used by [Update Engine] which is maintained in AOSP. 12However, AOSP doesn't use this codebase directly, it maintains its own 13[libbrillo fork](https://android.googlesource.com/platform/external/libbrillo/). 14 15To help keep the projects in sync, we have a gsubtree set up on our GoB: 16https://chromium.googlesource.com/chromiumos/platform2/libbrillo/ 17 18This allows AOSP to cherry pick or merge changes directly back into their fork. 19 20[Update Engine]: https://android.googlesource.com/platform/system/update_engine/ 21