tag | 977c99f28544b1330e6ab3af613b06c96ff4d58c | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Aug 06 22:40:24 2024 -0700 |
object | c96dd99374b194a4ea3759b4447b16ed9fa1bc98 |
Android CTS 12.1 Release 11 (12178042)
commit | c96dd99374b194a4ea3759b4447b16ed9fa1bc98 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat May 15 03:04:31 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat May 15 03:04:31 2021 +0000 |
tree | 8f6ec66173bb45a55a65c8449f382c2c16b3b13a | |
parent | ab38cd73eff9f65ce13c9eef7e4fc743663768e3 [diff] | |
parent | fb609bc627c350a7a8c9ca1522f685c68a131f5e [diff] |
Snap for 7362794 from fb609bc627c350a7a8c9ca1522f685c68a131f5e to sc-v2-release Change-Id: Ibc60b603511eab4777c8ab3c9b34b06ed273c330
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.