| commit | ab38cd73eff9f65ce13c9eef7e4fc743663768e3 | [log] [tgz] |
|---|---|---|
| author | android-build-team Robot <android-build-team-robot@google.com> | Tue Apr 27 01:03:53 2021 +0000 |
| committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Apr 27 01:03:53 2021 +0000 |
| tree | 8f6ec66173bb45a55a65c8449f382c2c16b3b13a | |
| parent | 207b682794418f828d611801a854e499bbd75f2c [diff] | |
| parent | 0fd3f6ac2e67f94316934acc63b7ebd55fee1a5d [diff] |
Snap for 7314842 from 0fd3f6ac2e67f94316934acc63b7ebd55fee1a5d to sc-v2-release Change-Id: I3c6732967fb3a82c48c061d909b4935e73ae0027
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.