commit | 7ceeeaf364d1f6f8afe4c0a348bd0a05ad74e133 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Nov 10 12:22:58 2020 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Nov 10 12:24:17 2020 -0800 |
tree | d13b76c3a74b295257260b4820ec269ecfc119eb | |
parent | bcdfcceeb2330fa2801ef9f701df57b60d2edd13 [diff] |
Remove unnecessary depFile parameter from GlobFile GlobRule uses $out.d for the dep file, it doesn't need an extra parameter. Test: glob_test.go Change-Id: Ie753a119c3602c325450909f0240f6eeef9ef243
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.