commit | c58162079598e8ede70554b5c474b5f313cdb7b9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Dec 11 14:39:10 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Dec 11 16:31:41 2017 -0800 |
tree | f6620ee31e00b208f8ab93232340f1b579b756fe | |
parent | 7a88d0db4d06b39809e6915f27063bd704a948e7 [diff] |
Fix import list in singleton_ctx.go Otherwise my editor keeps fixing it for me. Change-Id: I2795a26b9a4f0dd7bf20edd146fc28425a60e89c
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.