commit | 012c4ff202b9fbfab72d2a32d79defbd81ee3935 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Tue Feb 19 10:55:46 2019 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Tue Feb 19 10:57:14 2019 -0800 |
tree | ac6dfdfbaf4c7a895d93d3337bd85aedb6a24c64 | |
parent | 1387a00b5f8354a60dc0b77c7a51137d3c96ac08 [diff] | |
parent | d444506bf6383850531162839d09d854a4bba6e1 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master * aosp/upstream: Export CollapseDuplicateProperties, Soong writedocs uses it Change-Id: Ib237ea5810b9793725d1b7f6c21286058413b2b7 Test: Manual Bug: 120512870
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.