commit | 122b3ee153775588fac64a8bd679c6fae265a9f7 | [log] [tgz] |
---|---|---|
author | Lukacs T. Berki <lberki@google.com> | Tue Mar 02 10:09:34 2021 +0100 |
committer | Lukacs T. Berki <lberki@google.com> | Wed Mar 03 09:15:04 2021 +0100 |
tree | 894a4e8ee677a223f9bcf86aeed2b4bff6b6ea3c | |
parent | f802ffcd12436d3e3d00983ebde768b1a918fb99 [diff] |
Make debugging easier: - Add the -N -l command line arguments to Microfactory - Pass the the Delve arguments to the primary builder on the command line Test: Manual. Change-Id: I4034f2d48b3e40d9863529053715183dc3dce1f5
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.