blob: afd8a136251b202d83d90438f825fa156939d6ca [file] [log] [blame]
java_library(
name = 'step',
srcs = glob(['*.java']),
deps = [
'//lib:guava',
'//lib:jsr305',
'//src/com/facebook/buck/android:exceptions',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/model:model',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:io',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/util/concurrent:concurrent',
],
visibility = [ 'PUBLIC' ],
)