commit | 2b8373873d5622050f4c1b37135179fe21c85f28 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Feb 28 00:07:56 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 28 00:07:56 2018 +0000 |
tree | 41c3482a1e252d81bd490abf1957db3e11ef2067 | |
parent | 8251e076b421d0132e8fb3363360135da96945ad [diff] | |
parent | cf4df9898d97f677131aabee11cb28b31157cb61 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 613013cb82 am: 63c1efcb35 am: cf4df9898d Change-Id: I9b01979b0e36093cb6b77d46d36990efbf87910e
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.