aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Michael Thvedt <mthvedt@google.com>2015-09-17 17:39:38 +0000
committerGravatar David Chen <dzc@google.com>2015-09-17 19:36:01 +0000
commitd31644256b8dde0f894cd57ac9d62bb01f598cbf (patch)
tree7a9462b8ebd2dc78312d6acc69ac20a0445fbd67 /third_party/java
parent083fe29f9b3b74a369cfe594247f89abe751ce97 (diff)
Move all J2ObjC Bazel dependencies to third_party/java/j2objc.
-- MOS_MIGRATED_REVID=103303357
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/j2objc/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/java/j2objc/BUILD b/third_party/java/j2objc/BUILD
index 62a6faaae0..1655261605 100644
--- a/third_party/java/j2objc/BUILD
+++ b/third_party/java/j2objc/BUILD
@@ -30,3 +30,15 @@ java_library(
name = "annotations",
srcs = ["@bazel-j2objc//:annotations"],
)
+
+objc_library(
+ name = "jre_emul_lib",
+ sdk_dylibs = [
+ "libicucore",
+ "libz",
+ ],
+ sdk_frameworks = [
+ "Security",
+ ],
+ deps = ["@bazel-j2objc//:jre_emul_archive"],
+)