aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar Peter Schmitt <schmitt@google.com>2015-04-14 17:25:25 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-15 16:18:39 +0000
commitcc36da4282fc3fa7bf8d0e5c92b24b080ec17471 (patch)
tree173df9ca5482a48f17fe35953f66bec75a9bcf93 /src/main/java/com/google
parentaccce2a2bf12b6640128c3811ad280ec1ec9632f (diff)
Clarify requirement for source file on objc_binary.
-- MOS_MIGRATED_REVID=91100927
Diffstat (limited to 'src/main/java/com/google')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java
index 23e85ae721..1b1fb62953 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcBinaryRule.java
@@ -76,6 +76,9 @@ ${ATTRIBUTE_SIGNATURE}
you should define them on <code>ios_application</code> instead. They will be removed from
<code>objc_binary</code> soon.</p>
+<p>Until the migration to <code>ios_application</code> is complete, this rule requires at least one
+source file to be defined in either <code>srcs</code> or <code>non_arc_srcs</code></p>.
+
${IMPLICIT_OUTPUTS}
${ATTRIBUTE_DEFINITION}