tag | c742cf38550598c346041fc90a02783a1141cada | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Aug 06 14:26:44 2024 -0700 |
object | 0a182a23717f10be5efaa98ba7ed6760a9c9aadc |
Android 14.0.0 Release 60 (AP2A.240805.005.E1)
commit | 0a182a23717f10be5efaa98ba7ed6760a9c9aadc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jan 24 00:08:23 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Jan 24 00:08:23 2024 +0000 |
tree | 158f5f4eba68adeaa20d94d9626b0ff92114be9e | |
parent | 8757472100f81dd4faaa33fe8fbc0e32abc17391 [diff] | |
parent | b7e85046deeb05a730ccc3750dea2c47dd559129 [diff] |
Snap for 11348195 from b7e85046deeb05a730ccc3750dea2c47dd559129 to 24Q2-release Change-Id: I2a5d011346ba3732160d8a76b0ec71250236c158
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.