commit | c8b9e552895468f2eb39b73c6f1ec918920c5d62 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 21 15:28:04 2021 -0800 |
committer | Colin Cross <ccross@android.com> | Thu Jan 21 22:02:30 2021 -0800 |
tree | dfc7c35c11d102228e4cec0e8b37fe22b40b95f3 | |
parent | 0335e0900d8ad9f44b2445d58f35ba59bb915040 [diff] |
Increase ninja file writer buffer Increase the ninja file writer buffer from the default 4k to 16MB. Test: m checkbuild Change-Id: Ieb2c82218517b98469ef93f1ea4dd04b5651f7d1
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.