Index: recipe_engine/arguments.proto |
diff --git a/recipe_engine/arguments.proto b/recipe_engine/arguments.proto |
index 579cd41d13cdc12d79d5613ead632669d82949c7..66737773fda68b0858425a64898c17b664847703 100644 |
--- a/recipe_engine/arguments.proto |
+++ b/recipe_engine/arguments.proto |
@@ -81,6 +81,10 @@ message Arguments { |
// If true, tee output through STDOUT/STDERR using inline @@@annotation@@@ |
// markers in addition to LogDog streaming. |
bool tee = 3; |
+ |
+ // If not empty, this is a path where the final annotation protobuf should |
+ // be dumped on completion. |
+ string final_annotation_dump_path = 4; |
} |
LogDogFlags logdog = 3; |
} |