commit | f9c2e8cc4327307bdff76e7695e740ee8234af20 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Nov 22 12:50:21 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Nov 22 12:51:59 2017 -0800 |
tree | 3b20a91052dc0183c7a724e0a6d8c70050e9d67a | |
parent | fb52eb9a1aef8f38487943c1996be815e75bc118 [diff] |
Export pathtools.Match Export pathtools.Match so that tools that operate on file lists (like zip listings) can use the same glob format. Test: m checkbuild Change-Id: Ic4b90139c381c57551836590da3ea54826b0227a
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.