aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-05 12:33:55 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-06-05 12:54:00 +0000
commit291b93f1b12340f21dd36b11819a6e376640fa5d (patch)
treec2acd86c64aa4eafb28e2da548fced316dd49fd4 /src
parent8cde69c0e8ab47bfe5d0c26922e80a31b3f81ec8 (diff)
Enable java_generate_equals_and_hash for dependencies.
-- MOS_MIGRATED_REVID=95285376
Diffstat (limited to 'src')
-rw-r--r--src/main/protobuf/build.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/build.proto b/src/main/protobuf/build.proto
index 32c7fee658..a84df42b43 100644
--- a/src/main/protobuf/build.proto
+++ b/src/main/protobuf/build.proto
@@ -21,6 +21,7 @@ package blaze_query;
option java_package = "com.google.devtools.build.lib.query2.proto.proto2api";
+option java_generate_equals_and_hash = true;
message License {
repeated string license_type = 1;