commit | bae4de9f16827d6af295940eda66119b0bd34d0d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 11 16:29:43 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 11 16:29:43 2020 -0700 |
tree | f3423c14135cf0d1f4f976f69e103e55adf1d8ef | |
parent | f89751462cdd7caf03127834cc1161db601e931e [diff] |
Revert "Merge pull request #301 from c-parsons/modulelistfile" This reverts commit 1160e9826f9044e95d11d2b1b5a39de79269ba6a, reversing changes made to 3a153ecc7f67af90e3bab71cc90afd3397546bfa.
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.