commit | 2e0f284f991345c289ab7b40064fe05b2ac03c89 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Jul 25 12:50:45 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 25 12:50:45 2017 +0000 |
tree | ea41740f5e60f7f4a75dec2e72a80df860df157f | |
parent | f7dad00210fd1f62eec67d46d50bf16af985a268 [diff] | |
parent | 9795c47773f2d79fdc0ace76bb47693c4a4d3b27 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: 9795c47773 Change-Id: I22359265f3ca2659084ad687f57d505f32da5831
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.