blob: fd33bc6cfead7d4693144344c20fd9347b4b71c7 [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/environment:environment',
'//src/com/facebook/buck/util/concurrent:concurrent',
],
visibility = [ 'PUBLIC' ],
)