aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/j2objc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/j2objc/BUILD')
-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"],
+)