commit | 0fd3f6ac2e67f94316934acc63b7ebd55fee1a5d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 26 21:16:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 26 21:16:44 2021 +0000 |
tree | 8f6ec66173bb45a55a65c8449f382c2c16b3b13a | |
parent | e93f97fd140735e8e5289f2b11c5cabc99667b7c [diff] | |
parent | df5fcad0cdc8edce9a2447657236fa6babfb9e96 [diff] |
Use libgtest_prod_headers. am: 7363599940 am: bbaab59d11 am: df5fcad0cd Original change: https://android-review.googlesource.com/c/platform/external/libbrillo/+/1683961 Change-Id: Ie818b73280a6cb61338c51fae7e9d394aea718db
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.