commit | 02da469c2e51a2036fc8cfd8675ce5c646e42d1f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sat Mar 03 02:46:49 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Mar 03 02:46:49 2018 +0000 |
tree | 3340ea127569aae647095bbd16097b6bbe45ce12 | |
parent | 63c1efcb35d597236e99ad1d9b5a0a4bfcdd990d [diff] | |
parent | db06ccbfa9d2c9470531b96f35201fdf1d5f0256 [diff] |
Merge remote-tracking branch 'aosp/upstream' am: db06ccbfa9 Change-Id: I7109e6709a806b95ac75039285c38da18e83caea
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.