commit | d40859438ebe92b256856999210a0fcced10bae5 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 01 14:17:27 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Aug 01 15:12:12 2017 -0700 |
tree | 0566965909c338170a9ac959672667df7df56d0f | |
parent | 874a346904ca20e050069983a33d33a0a1a025ae [diff] |
travis: run short tests with race detector enabled Change-Id: I333d01547c4b8061fcc45b5079e97fa617cf0878
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.