commit | 305e1679a63c95b7ac307dc89f693bf934f1c4cb | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Mon Nov 06 10:21:27 2017 -0800 |
committer | Nan Zhang <nanzhang@google.com> | Mon Nov 06 10:22:08 2017 -0800 |
tree | 5dd2d1abd4eb00dc2cc8ab0647432d6e6fa390b8 | |
parent | 2e0166e5d1e8405c4bb5f356ce26ac2523506569 [diff] | |
parent | e55004478ffbb70810386c8f8605b546eac39cd9 [diff] |
Merge remote-tracking branch 'aosp/upstream' into integer * aosp/upstream: Support parsing int64 in Blueprint file. Make microfactory support go build tags Test: manual Change-Id: I6b5fcc6d1e9372d0b2e7b0274c34e2dcfd016351
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.