commit | ef0e54a10c387946d0479320c7303aab8c47f50b | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Dec 06 03:58:54 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 06 03:58:54 2017 +0000 |
tree | ea6a2938846e709b6d83f038cebf2f883b5fc5a8 | |
parent | d502dd58e025904c9c94249e09f17e4233c02d50 [diff] | |
parent | e1c5d02191f6cce0055825b9c557276ac044c024 [diff] |
Merge "Merge remote-tracking branch 'aosp/upstream' into master" am: 93c380660d am: e1c5d02191 Change-Id: Ifb671b8fc60501868ef7557932325c88c201f223
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.