a7a3ee1e3a
genrule() no longer supports running commands run only for the side-effect with no output file. Actions like download_sources or eclipse need to be handled using Python scripts executed from the user's shell, otherwise Buck fails if caching is enabled. Change-Id: I361fc20675f211e15e4ab7942ef52778d0a615c2
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
[alias]
|
|
api = //:api
|
|
api_deploy = //tools/maven:deploy
|
|
api_install = //tools/maven:install
|
|
docs = //Documentation:html
|
|
gerrit = //:gerrit
|
|
release = //:release
|
|
|
|
[buildfile]
|
|
includes = //tools/default.defs
|
|
|
|
[java]
|
|
src_roots = java, resources
|
|
|
|
[project]
|
|
ignore = .git
|