tag | 74acfe4e21799932d720d3e86852f40c21ceb148 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Aug 06 23:14:21 2024 -0700 |
object | 44aa39f60b67bc24f46646a96acd0ed7abdba4fa |
Android VTS 13.0 Release 9 (12048282)
commit | 44aa39f60b67bc24f46646a96acd0ed7abdba4fa | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jan 15 04:04:19 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jan 15 04:04:19 2022 +0000 |
tree | 983032bed2da8d0d79e2f6e832cedf1a1a4c8d59 | |
parent | ed6f0a01d6322f77723ad4df6e0b4a68b52c6dea [diff] | |
parent | 9c9e93eccae01a93d1e8793d445366530e31dfa4 [diff] |
Snap for 8082780 from 9c9e93eccae01a93d1e8793d445366530e31dfa4 to tm-release Change-Id: I5d328bd3910982ee7ab94d836ab9d4dc91eb1c55
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.