commit | 8f084e00d6cac7bd0b9f32bb391908114db1e2db | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Nov 04 15:02:42 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Nov 07 10:54:59 2016 -0800 |
tree | aaf60cde64edfe96ff7688d1d74c405fc852c193 | |
parent | 37c96a54e5f5f5a1a613dfd2e3b72fb02c6969d1 [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: I3d714f70a2af0dc60faeee10e09b6ed166601f1d (cherry picked from commit b785f5b82ef2efa62ca9d7288cfff64c178080b0)