diff options
author | 2016-11-04 15:31:17 -0700 | |
---|---|---|
committer | 2016-11-04 22:04:11 -0700 | |
commit | 7d332965ea44f54ddeedc9b7fadcf2e5b3259f3a (patch) | |
tree | d306e0c38a84af62b3876fa16509db5fccc0cbd4 /compiler/generate-operator-out.py | |
parent | 5484a5028c2de60fb38519a4457e43f3cb27897a (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
Diffstat (limited to 'compiler/generate-operator-out.py')
l--------- | compiler/generate-operator-out.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/generate-operator-out.py b/compiler/generate-operator-out.py new file mode 120000 index 0000000000..cc291d20c1 --- /dev/null +++ b/compiler/generate-operator-out.py @@ -0,0 +1 @@ +../tools/generate-operator-out.py
\ No newline at end of file |