commit | f657ed0472ea64e12a6d5aa7c98967c8abcf361b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Nov 04 15:31:17 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Nov 07 10:53:16 2016 -0800 |
tree | e9f2cdc66cda734b4e2a07e705d3ffe4724fdd8d | |
parent | b85fd6fd73aa65bf0d65a1034ea2b6ed748a6a51 [diff] |
Support genrules with multiple tools To allow genrules with more than one tool, rename the tool property to tools and make it an array, replace $tool with $(location <label>), and use $() for other variables for consistency. Bug: 31948427 Test: compare build.ninja Change-Id: I8d53510ac081ae20835b3ab7dfee3d74c520ab4d (cherry picked from commit 7d332965ea44f54ddeedc9b7fadcf2e5b3259f3a)