commit | 2d1fcf73d96703d735a7762f2bb9c93ff7b31ebe | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 13 13:42:54 2022 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 13 13:42:54 2022 -0800 |
tree | ea46036316b947eee7a58a701e5bc9844e681ba7 | |
parent | 0fd3f6ac2e67f94316934acc63b7ebd55fee1a5d [diff] |
Add missing include Add missing sys/types.h include to fix building against musl libc. Bug: 190084016 Test: m USE_HOST_HOST=true host-native Change-Id: Ic75cb8db8978c3478cce65ec8838228bd245950d
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.