Update buck build for strict dependencies

java_library() targets must now list every dependency they need for
an import. This permits buck to run more targets in parallel as it
has a better view of the dependency graph, and opens the door for
buck to make even more optimizations in the future.

Change-Id: I132bf47a725e44ba5950ba6ca76bfa72c3876906
This commit is contained in:
Shawn Pearce
2013-05-15 14:36:29 -07:00
committed by Gerrit Code Review
parent be0e5c698f
commit bd5629718f
20 changed files with 194 additions and 64 deletions

View File

@@ -60,5 +60,4 @@ maven_jar(
'META-INF/LICENSE.txt',
'META-INF/NOTICE.txt',
],
visibility = [],
)