diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2016-11-04 16:57:57 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2016-11-05 13:05:48 -0700 |
| commit | 2f75ffadfbd550b2efd68816c33918c86554ed4b (patch) | |
| tree | 6fe8fea02b2d7fc96bdb0be256ce767ce471ef50 /dep.h | |
| parent | 69fed2db6db59584db323400580fa0aadd7e4609 (diff) | |
Allow rules to specify custom ninja pools
Setting .KATI_NINJA_POOL as a rule variable will set the corresponding
pool variable in the ninja file.
There's no way to define custom pools in Kati, Android is planning on
scaling the pool depth in a parent ninja file without re-running Kati.
Diffstat (limited to 'dep.h')
| -rw-r--r-- | dep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ struct DepNode { vector<Symbol> actual_order_only_inputs; Vars* rule_vars; Var* depfile_var; + Var* ninja_pool_var; Symbol output_pattern; Loc loc; }; |
