commit | 024b7591f77f936e1d5e7b6fad5e1f015eb0ccee | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Tue Feb 19 17:41:37 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 19 17:41:37 2019 -0800 |
tree | ac6dfdfbaf4c7a895d93d3337bd85aedb6a24c64 | |
parent | d8494be0a89f83fd768d100588d4a74bf9be5b1a [diff] | |
parent | 012c4ff202b9fbfab72d2a32d79defbd81ee3935 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 012c4ff202 Change-Id: I4a0ebbaf96f6e64f873e8aa85ac207fd86738781
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.