commit | 2e9dbb516b9c506eeeb4c2b8102bb724f0966350 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 23 21:46:24 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 23 21:46:24 2020 +0000 |
tree | 28e47893fdcfc2f8b3dc0e27683eeda25c4fb956 | |
parent | 6c9bd9ab3413499616c92a06a647b22cb96da4b1 [diff] | |
parent | a70b3381cb261a2c9075befbbfb4e66473d47a62 [diff] |
Merge remote-tracking branch 'aosp/upstream' into master am: a70b3381cb Change-Id: Id96124baa24e4112b262fe2b9482c82450240a06
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.