commit | f357be77584a6012f5a4e5239b915120e4312350 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Nov 18 20:44:24 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 18 20:44:24 2019 -0800 |
tree | a12350492c5374279a8880e7b09437f4af42ef58 | |
parent | a67e7d88d278a93dfb5c4aa56b3f448ed79e6472 [diff] | |
parent | 62aa0764a6c6cfa68cd5e79bf6ef83fc14aee1c8 [diff] |
Merge remote-tracking branch 'upstream/master' into merge am: 3bbc581d99 am: 62aa0764a6 Change-Id: Ic3e0c449d14266bde7e35376fde74bfc4c5aa137
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.