commit | 92639f3fbb0fc200551ac67d47c8770e3948d470 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Dec 11 14:39:41 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Dec 11 16:31:41 2017 -0800 |
tree | 5963a4af4182b42526871785cbf3a564ceb3d6cc | |
parent | c58162079598e8ede70554b5c474b5f313cdb7b9 [diff] |
Refactor bpdoc Separate the extraction of documentation-related info from writing it out so that the primary builder can choose to write it out in a customized format. Change-Id: If2c91d6f13b8cea2e9e1cca75d8c2d684ad7f6df
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.