commit | 8e7ee04085e18bd34981150b2b71a9744814cecb | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Nov 04 17:26:39 2020 -0800 |
committer | Liz Kammer <eakammer@google.com> | Wed Nov 04 17:33:13 2020 -0800 |
tree | 0e6fc6ea16b7f12ebec47472fc5446b2fab4ec25 | |
parent | 1e649618d219821c4ffb521ef7ba029b0037ece3 [diff] | |
parent | 764a77191737d68820082af40cf5ddc98dd264a3 [diff] |
Merge remote-tracking branch 'aosp/upstream' * aosp/upstream: Identify the type of the list for bpdocs (#326) Test: m soong_docs Change-Id: I2760596d9e6a1848f21600e92b259f482c4bc2c7
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.