aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/j2objc/BUILD.remote
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/j2objc/BUILD.remote')
-rw-r--r--third_party/java/j2objc/BUILD.remote16
1 files changed, 11 insertions, 5 deletions
diff --git a/third_party/java/j2objc/BUILD.remote b/third_party/java/j2objc/BUILD.remote
index 44daaf8a3e..f96701ff55 100644
--- a/third_party/java/j2objc/BUILD.remote
+++ b/third_party/java/j2objc/BUILD.remote
@@ -40,15 +40,21 @@ java_import(
exports = [":annotations"],
)
+objc_import(
+ name = "jre_core_lib",
+ hdrs = glob([J2_DIR + "include/**"]),
+ includes = [J2_DIR + "include"],
+ archives = [J2_DIR + "lib/libjre_core.a"],
+)
+
filegroup(
- name = "jre_emul_headers",
- #srcs = glob([J2_DIR + "include/IOSClass.h"]),
- srcs = [J2_DIR + "include/IOSClass.h"],
+ name = "proto_plugin",
+ srcs = [J2_DIR + "j2objc_protoc_plugin"]
)
objc_import(
- name = "jre_emul_archive",
+ name = "proto_runtime",
hdrs = glob([J2_DIR + "include/**"]),
includes = [J2_DIR + "include"],
- archives = [J2_DIR + "lib/libjre_emul.a"],
+ archives = [J2_DIR + "lib/libprotobuf_runtime.a"],
)