commit | 27f87af39f4f86375a4621e1389e5fc9604eeeb6 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Nov 22 22:47:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 22 22:47:10 2017 +0000 |
tree | bdd76d550ebba053ba3cbbe17aec6bc43d6ecc27 | |
parent | 0685510e084f51437b39149b9ef1482ec4e496d2 [diff] | |
parent | 6601decd2dd92d9cb4e69499cbd57dae0925f3c7 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 83cecbe4a6 am: 467126a895 am: 6601decd2d Change-Id: Icd216d199b0f938f339488da51312cfdd16cbf82
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.