You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
396 B
16 lines
396 B
10 years ago
|
java_library(
|
||
8 years ago
|
name = 'compile',
|
||
8 years ago
|
srcs = glob(['**/*.java']),
|
||
8 years ago
|
deps = [
|
||
|
'//dependencies/java/guava:guava',
|
||
|
'//dependencies/java/jsr-305:jsr-305',
|
||
|
'//dependencies/java/jackson:jackson',
|
||
|
'//infer/annotations:annotations',
|
||
|
'//infer/lib/java/android:android',
|
||
|
'//infer/models/java:builtins',
|
||
|
],
|
||
8 years ago
|
visibility = [
|
||
10 years ago
|
'PUBLIC'
|
||
|
]
|
||
|
)
|