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