aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-03-17 22:52:25 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-03-18 12:48:31 +0000
commite1c354cd5cc4e036344c1b7d90a84cbad1a3a905 (patch)
tree88d1838955f04687e981d7c2d418bc2bf40e2532 /src
parent80665ec28f4fde484c35e2935e8d06aabe902841 (diff)
Deprecates output_cpp from objc_proto_library.
-- MOS_MIGRATED_REVID=117494528
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
index 294c3d84fe..cf2bbcd00c 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
@@ -65,7 +65,7 @@ public class ObjcProtoLibraryRule implements RuleDefinition {
whitelist/blacklist settings).
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr(OPTIONS_FILE_ATTR, LABEL).legacyAllowAnyFileType().singleArtifact().cfg(HOST))
- /* <!-- #BLAZE_RULE(objc_proto_library).ATTRIBUTE(output_cpp) -->
+ /* <!-- #BLAZE_RULE(objc_proto_library).ATTRIBUTE(output_cpp)[DEPRECATED] -->
If true, output C++ rather than ObjC.
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr(OUTPUT_CPP_ATTR, BOOLEAN).value(false))