commit | 9b61b0f91f72b71c13ca529a4629c392e14b693e | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Oct 31 05:43:34 2016 +0000 |
committer | Laszlo Csomor <laszlocsomor@google.com> | Mon Oct 31 08:27:28 2016 +0000 |
tree | f967177a17b8b283ac142b24268b6dac45b2eac6 | |
parent | db7b04c3a026736314963f8241df4a9ed3126627 [diff] [blame] |
Description redacted. -- MOS_MIGRATED_REVID=137669164
diff --git a/src/main/protobuf/deps.proto b/src/main/protobuf/deps.proto index 8c688a7..7e996fa 100644 --- a/src/main/protobuf/deps.proto +++ b/src/main/protobuf/deps.proto
@@ -60,4 +60,7 @@ // Whether the action was successful; even when compilation fails, partial // dependency information can be useful. optional bool success = 3; + + // Packages contained in the output jar, sorted alphabetically. + repeated string contained_package = 4; }