Browse Source

Add Buck build aliases

Change-Id: I6aa2a8f094d36ef04dd12c81dfba8328e4a3bee9
tags/v4.3.0.201603230630-rc1
Saša Živkov 8 years ago
parent
commit
dcfcbfd8bf
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .buckconfig

+ 8
- 0
.buckconfig View File

@@ -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