commit | 01ba7fe62bddf84033a02a0815f43028b671581c | [log] [tgz] |
---|---|---|
author | Jaewoong Jung <jungjw@google.com> | Wed Feb 13 20:42:13 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 13 20:42:13 2019 -0800 |
tree | 25daaaa9bccc5d2f62fcd312df32f1b6d91c1259 | |
parent | a26fd01be7f088d0cf30c84f2f19cb40d32eda09 [diff] | |
parent | 8f71fd97b97c23e1aa6a28964874e905b3e47b03 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: e2f3158478 am: 676fb278d8 am: 8f71fd97b9 Change-Id: Ib48eaa6499114440b7a1346df19645fc5546acf7
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.