aboutsummaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-11-04 16:57:57 -0700
committerDan Willemsen <dwillemsen@google.com>2016-11-05 13:05:48 -0700
commit2f75ffadfbd550b2efd68816c33918c86554ed4b (patch)
tree6fe8fea02b2d7fc96bdb0be256ce767ce471ef50 /dep.h
parent69fed2db6db59584db323400580fa0aadd7e4609 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep.h b/dep.h
index 4302997..5e879e3 100644
--- a/dep.h
+++ b/dep.h
@@ -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;
};