aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2016-12-01 13:22:12 +0000
committerGravatar Irina Iancu <elenairina@google.com>2016-12-01 13:32:00 +0000
commit12c661013ec4f67c4200049c4bf289c4f43efc53 (patch)
tree983360554d9d302982592570238eed1296ac7989 /third_party/BUILD
parent8d6da00ff0c84d623ccdde7232e0514690d95269 (diff)
Update BUILD files after adding third_party jars.
-- MOS_MIGRATED_REVID=140719621
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 406fbe9f3d..ee5420aa9a 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -14,6 +14,7 @@ filegroup(
"//third_party/java/buck-ios-support:srcs",
"//third_party/java/dd_plist:srcs",
"//third_party/java/j2objc:srcs",
+ "//third_party/java/jacoco:srcs",
"//third_party/java/jarjar:srcs",
"//third_party/java/jdk/langtools:srcs",
"//third_party/java/jdk/javabuilder:srcs",
@@ -150,6 +151,11 @@ java_import(
jars = ["asm/asm-util-5.0.4.jar"],
)
+java_import(
+ name = "asm-tree",
+ jars = ["asm/asm-tree-5.0.4.jar"],
+)
+
java_plugin(
name = "auto_annotation_plugin",
processor_class = "com.google.auto.value.processor.AutoAnnotationProcessor",