aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/extra
diff options
context:
space:
mode:
authorGravatar brandjon <brandjon@google.com>2018-02-26 07:23:29 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-26 07:24:56 -0800
commit190e17cb3eba1fc43d15189d8b5cbc96b11dfde4 (patch)
tree5061d267945ffd2a9015a340560ee313cab85c1d /src/main/java/com/google/devtools/build/lib/rules/extra
parent4d1425910e757334d5f6c6ed9eb71916dc97fd6e (diff)
Fix filename in doc
RELNOTES: None PiperOrigin-RevId: 187018017
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/extra')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/extra/ExtraActionRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/extra/ExtraActionRule.java b/src/main/java/com/google/devtools/build/lib/rules/extra/ExtraActionRule.java
index f7cfd52df3..9edf5f5185 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/extra/ExtraActionRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/extra/ExtraActionRule.java
@@ -144,7 +144,7 @@ public final class ExtraActionRule implements RuleDefinition {
access to a file containing a protocol buffer as $(EXTRA_ACTION_FILE)
with detailed information on the original action it is shadowing.
It also has access to all the input files the original action has access to.
- See <tt>extra_actions.proto</tt>
+ See <tt>extra_actions_base.proto</tt>
for details on the data stored inside the protocol buffer. Each proto file
contains an ExtraActionInfo message.
</p>