commit | ac1e5711b4ac85b474255330e454151d20134074 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue May 10 06:59:04 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue May 10 06:59:04 2022 +0000 |
tree | 983032bed2da8d0d79e2f6e832cedf1a1a4c8d59 | |
parent | 532a88b5905bfcae1768773780772c17a4fa0898 [diff] | |
parent | 9c9e93eccae01a93d1e8793d445366530e31dfa4 [diff] |
Snap for 8564071 from 9c9e93eccae01a93d1e8793d445366530e31dfa4 to mainline-conscrypt-release Change-Id: Ibd449632a7195afc55fd279d6d9c00aae98000aa
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.
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.