aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-09-10 17:48:58 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-11 09:45:27 +0000
commit8faeb8ff5b1b3b14b57c010b44a09ff4bdb09294 (patch)
treeff053d011d87d6111516eec5f3d0fd2d282d2dbc /third_party
parentcdbe3683b75def2ecb5a69b3d5e62a3038b2c9b8 (diff)
Updated Bazel's j2objc version to 0.9.8.1 (latest).
-- MOS_MIGRATED_REVID=102770538
Diffstat (limited to 'third_party')
-rw-r--r--third_party/java/j2objc/BUILD.remote7
1 files changed, 2 insertions, 5 deletions
diff --git a/third_party/java/j2objc/BUILD.remote b/third_party/java/j2objc/BUILD.remote
index f28452ea9d..7f5a86a484 100644
--- a/third_party/java/j2objc/BUILD.remote
+++ b/third_party/java/j2objc/BUILD.remote
@@ -18,7 +18,7 @@ licenses(["notice"]) # Apache License 2.0
exports_files(["LICENSE"])
-J2_DIR = "j2objc-0.9.7/"
+J2_DIR = "j2objc-0.9.8.1/"
package(
default_visibility = ["//visibility:public"],
@@ -31,10 +31,7 @@ java_import(
java_import(
name = "j2objc",
- jars = [J2_DIR + str for str in [
- "lib/j2objc.jar",
- "lib/guava-14.0.1.jar",
- ]] + glob([J2_DIR + "lib/org.eclipse.*.jar"]),
+ jars = [J2_DIR + "lib/j2objc.jar"],
exports = [":annotations"],
)