commit | d49f80433da16887afe491ab6515142fc0446c18 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 09 17:57:12 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 09 17:57:12 2021 +0000 |
tree | c180b179cf8e442529de33faff44564b0cbd11db | |
parent | da1e23b7efddc106b72885f869e718a11eba55d0 [diff] | |
parent | 73dd495deeab1fe5d2a96021720e0132729d512a [diff] |
Merge "Fix numericStringLess and add tests" am: 73dd495dee Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1622932 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3e52b56de3af7c468434f50beb5925737870634e
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.