tag | 3a935854b3a91db563dc824990e703a37618cc83 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue Aug 06 23:04:15 2024 -0700 |
object | 7ef5a5838f23d033b22d170fe3d3affaa0e1a864 |
Android VTS 14.0 Release 5 (12048283)
commit | 7ef5a5838f23d033b22d170fe3d3affaa0e1a864 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Feb 15 04:04:08 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Feb 15 04:04:08 2022 +0000 |
tree | 983032bed2da8d0d79e2f6e832cedf1a1a4c8d59 | |
parent | 0a274e50ef31c2eb33dc90feb4cf82c1afec2599 [diff] | |
parent | 9c9e93eccae01a93d1e8793d445366530e31dfa4 [diff] |
Snap for 8183730 from 9c9e93eccae01a93d1e8793d445366530e31dfa4 to udc-release Change-Id: I105020c22d2854752c430ac452e3d13e2ce8f9b9
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.