summaryrefslogtreecommitdiff
path: root/compiler/generate-operator-out.py
AgeCommit message (Collapse)Author
2018-02-21Remove generate-operator-out.py symlinks Alex Light
Rewrite the operator out step to use a python_host_binary instead. Test: mma -j50 Change-Id: I1503ad9851bf6d7bae8964f7cb91ba7f19b660ca
2016-11-04Support genrules with multiple tools Colin Cross
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