commit | 5cbed5f05f43366aaa7206cd1457008261a6d771 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue May 10 06:54:19 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue May 10 06:54:19 2022 +0000 |
tree | 983032bed2da8d0d79e2f6e832cedf1a1a4c8d59 | |
parent | 61e687b654ce51e87aef683651f6632bf15d6051 [diff] | |
parent | 9c9e93eccae01a93d1e8793d445366530e31dfa4 [diff] |
Snap for 8564071 from 9c9e93eccae01a93d1e8793d445366530e31dfa4 to mainline-cellbroadcast-release Change-Id: I092e1fd65148a60c04894cdec2b0b77efe3ae109
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.