aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
diff options
context:
space:
mode:
authorGravatar Eric Fellheimer <felly@google.com>2015-05-05 13:37:03 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-05-05 16:00:55 +0000
commitcaae3b7a4038c6dfd045dee8a187e15b9ecb2782 (patch)
tree753b64379c5c6e2c49ad9bd611bc6435816d7e37 /src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
parent8f1a9325e706768a0566cba995fd63f67101eee5 (diff)
Minor update to source manifest action.
-- MOS_MIGRATED_REVID=92818911
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java b/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
index a46e9f3743..7ddf308c0a 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/SourceManifestAction.java
@@ -126,6 +126,12 @@ public class SourceManifestAction extends AbstractFileWriteAction {
};
}
+ @Override
+ public boolean isRemotable() {
+ // There is little gain to remoting these, since they include absolute path names inline.
+ return false;
+ }
+
/**
* Returns the input dependencies for this action. Note we don't need to create the symlink
* target Artifacts before we write the output manifest, so this Action does not have to