[infer][test] The buck integration BUCK file for the integration test was refering to a file built by make

Reviewed By: sblackshear

Differential Revision: D4489815

fbshipit-source-id: 7bea0e5
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 4e02b3c525
commit c5e962e231

@ -1,7 +1,10 @@
prebuilt_jar(
name = 'annotations',
binary_jar = 'annotations.jar',
visibility = [
'PUBLIC',
]
java_library(
name = 'annotations',
srcs = glob(['**/*.java']),
deps = [
'//dependencies/java/jsr-305:jsr-305',
],
visibility = [
'PUBLIC'
]
)

@ -1,7 +1,3 @@
# TODO: this file exists only to support buck integration in infer/tests/build_systems/build_integration_tests.py
import os
java_library(
name = 'compile',
srcs = glob(['**/*.java']),
@ -13,7 +9,7 @@ java_library(
'//infer/lib/java/android:android',
'//infer/models/java:builtins',
],
visibility = [
visibility = [
'PUBLIC'
]
)

Loading…
Cancel
Save