commit | 0685510e084f51437b39149b9ef1482ec4e496d2 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Nov 15 01:55:32 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 15 01:55:32 2017 +0000 |
tree | 3b330f716c3c9d4bca2a822c83c4bd86a9f7706b | |
parent | 4af646167f4b63c68274dfefb69da7a988ba54d3 [diff] | |
parent | 87327ddf262eef092c85d40d042b53168c1ae63f [diff] |
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD am: 87327ddf26 Change-Id: I386d097186551225568990dead3f4f3d9d602443
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.