blob: 4d7d1ec113fe31f0d7cb582191a48d60bcc36732 [file] [log] [blame]
java_library(
name = 'log',
srcs = glob(['*.java']),
deps = [
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/util/concurrent:concurrent',
'//src/com/facebook/buck/util:constants',
'//third-party/java/guava:guava',
'//third-party/java/jsr:jsr305',
],
visibility = [
'PUBLIC',
]
)