Link process tools with the lite proto runtime to cut their size to tenth.

RELNOTES: None.
PiperOrigin-RevId: 245412749
diff --git a/src/main/protobuf/execution_statistics.proto b/src/main/protobuf/execution_statistics.proto
index 86bfe35..ed761890 100644
--- a/src/main/protobuf/execution_statistics.proto
+++ b/src/main/protobuf/execution_statistics.proto
@@ -18,6 +18,7 @@
 
 option java_package = "com.google.devtools.build.lib.shell";
 option java_outer_classname = "Protos";
+option optimize_for = LITE_RUNTIME;
 
 // Verbatim representation of the rusage structure returned by getrusage(2).
 // For further details on all these cryptic names, see that manual page.