Browse Source

Add Buck build aliases

Change-Id: I6aa2a8f094d36ef04dd12c81dfba8328e4a3bee9
stable-4.3
Saša Živkov 9 years ago
parent
commit
dcfcbfd8bf
  1. 8
      .buckconfig

8
.buckconfig

@ -1,3 +1,11 @@
[alias]
jgit = //:jgit
jgit-servlet = //:jgit-servlet
jgit-archive = //:jgit-archive
jgit-lfs = //:jgit-lfs
jgit-lfs-server = //:jgit-lfs-server
jgit_bin = //:jgit_bin
[buildfile]
includes = //tools/default.defs

Loading…
Cancel
Save