aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-01-26 12:59:36 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-01-26 13:07:23 +0000
commitad359c6ee0156dd01938f7f8a031c54b3e8a111f (patch)
tree910137bd1aab5d9486716c4dd69dfcd3ea2f14e1 /src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java
parente4974e4cc6aeb437d36b3b36eb20142b7120fb16 (diff)
Make local_repository and new_local_repository work with the limitations of our plans for symlink support on Windows.
-- MOS_MIGRATED_REVID=113043269
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java b/src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java
index fa441250ce..2f169dd75d 100644
--- a/src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java
+++ b/src/main/java/com/google/devtools/build/lib/vfs/ReadonlyFileSystemWithCustomStat.java
@@ -56,7 +56,7 @@ public abstract class ReadonlyFileSystemWithCustomStat extends AbstractFileSyste
}
@Override
- public boolean supportsSymbolicLinks() {
+ public boolean supportsSymbolicLinksNatively() {
return false;
}