Open
Description
If a ninja build snippet will cause a python script to be invoked (for example, one in ninja_utils or anything in third_party), the script file path should be an implicit dependency of the rule as seen here.
To do so, review the ninja rule templates found in the ninja_tools subdirectory. For any rules that invoke Python, make sure that all associated ninja build template files have implicit dependencies declared, as in the above link.
Metadata
Metadata
Assignees
Labels
No labels