aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-08-31 20:09:01 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-08-31 21:06:38 +0000
commit24739a6ec3a96f895c1a8fd8e47674e04f3c129e (patch)
tree8fda9c6b24d21a4caaec27a11915bb3f90363863 /src/main/java/com/google
parenta1a5303bb8e0e7d91ece15094a7f419e49efc828 (diff)
Change default value of objc_per_proto_includes to match new value in .blazerc
RELNOTES: Change default value of objc_per_proto_includes to false -- MOS_MIGRATED_REVID=101965455
Diffstat (limited to 'src/main/java/com/google')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
index 9cc4fd6e6e..3a7a0faa5b 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommandLineOptions.java
@@ -128,7 +128,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {
public Label defaultProvisioningProfile;
@Option(name = "objc_per_proto_includes",
- defaultValue = "true",
+ defaultValue = "false",
category = "undocumented",
help = "Whether to add include path entries for every individual proto file.")
public boolean perProtoIncludes;