commit | 5c9fe3834d36034388a0835f4304366cfe7df150 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Fri Sep 25 12:49:21 2020 -0700 |
committer | Liz Kammer <eakammer@google.com> | Fri Sep 25 13:20:23 2020 -0700 |
tree | a8f97aaa82acc5170e2533a2d0712e485e10746d | |
parent | 8a747a086421f6fe2e33a5a86207a6a98190ab49 [diff] |
Add docs for nested and embedded structs Test: m soong_docs Test: go bpdoc tests Change-Id: I99f15405e1a7d4a819f6fb20fda22372afe253e1
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.