blob: 43bee3cd952818ceef1a20e19a82c4c73594f2a0 [file] [log] [blame]
java_immutables_library(
name = 'step',
srcs = glob(['*.java']),
deps = [
'//src/com/facebook/buck/android:exceptions',
'//src/com/facebook/buck/android:utils',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/java:packagefinder',
'//src/com/facebook/buck/log:log',
'//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:platform',
'//src/com/facebook/buck/util/concurrent:concurrent',
'//third-party/java/guava:guava',
'//third-party/java/jsr:jsr305',
'//third-party/java/jackson:jackson',
],
visibility = [ 'PUBLIC' ],
)