summaryrefslogtreecommitdiffstats
path: root/BUCK
diff options
context:
space:
mode:
Diffstat (limited to 'BUCK')
-rw-r--r--BUCK6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUCK b/BUCK
index 7704281ecf..fca0e8a7f4 100644
--- a/BUCK
+++ b/BUCK
@@ -36,3 +36,9 @@ java_library(
],
visibility = ['PUBLIC'],
)
+
+genrule(
+ name = 'jgit_bin',
+ cmd = 'ln -s $(location //org.eclipse.jgit.pgm:jgit) $OUT',
+ out = 'jgit_bin',
+)