commit | 6f2cd91c327f8a628718056038a3d5732c752b37 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 06 04:58:41 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 06 04:58:41 2020 +0000 |
tree | b4a4187ad4f4e14cff184dbd08c8bcfcd35e5340 | |
parent | 47557a1b90ed1b0ce7652695ba05756b47d3ed21 [diff] | |
parent | fd33f0d54dd9f4aa2b8c8d2f904c35713a270fa6 [diff] |
Merge remote-tracking branch 'aosp/upstream' into uppercase_properties am: f0e6d47072 am: 99ea787237 am: fd33f0d54d Change-Id: I7c844439f525ee8f59114140cf4d35885a7a5d99
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.