Skip to content

Commit

Permalink
Move all J2ObjC Bazel dependencies to third_party/java/j2objc.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=103303357
  • Loading branch information
mthvedt authored and davidzchen committed Sep 17, 2015
1 parent 083fe29 commit d316442
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public RuleClass build(Builder builder, RuleDefinitionEnvironment env) {
<!-- #END_BLAZE_RULE.ATTRIBUTE -->*/
.add(attr("entry_classes", STRING_LIST))
.add(attr("$jre_emul_lib", LABEL)
.value(env.getLabel("//third_party/java_src/j2objc/jre_emul:jre_emul_lib")))
.value(env.getLabel("//third_party/java/j2objc:jre_emul_lib")))
.build();
}

Expand Down
1 change: 0 additions & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ filegroup(
"//third_party/java/j2objc:srcs",
"//third_party/java/jarjar:srcs",
"//third_party/java/jdk/langtools:srcs",
"//third_party/java_src/j2objc/jre_emul:srcs",
"//third_party/py/concurrent:srcs",
"//third_party/py/gflags:srcs",
"//third_party/py/mock:srcs",
Expand Down
12 changes: 12 additions & 0 deletions third_party/java/j2objc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
40 changes: 0 additions & 40 deletions third_party/java_src/j2objc/jre_emul/BUILD

This file was deleted.

0 comments on commit d316442

Please sign in to comment.