commit | 532a88b5905bfcae1768773780772c17a4fa0898 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 15 01:26:08 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 15 01:26:08 2021 +0000 |
tree | 8f6ec66173bb45a55a65c8449f382c2c16b3b13a | |
parent | 9e260fa59a43bc04701216c51053922d445fefd8 [diff] | |
parent | 6901182adc9a85d7f514df4d68605a179c195f75 [diff] |
Snap for 7550844 from 6901182adc9a85d7f514df4d68605a179c195f75 to mainline-conscrypt-release Change-Id: I028584898ac46578f0a41603264ec01cffd51d00
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.