We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815f6b commit 8967377Copy full SHA for 8967377
examples/Contacts/BUILD.bazel
@@ -31,14 +31,10 @@ objc_library(
31
hdrs = glob(["src/*.h"]),
32
data = ["//resources"],
33
sdk_frameworks = ["CoreGraphics"],
34
- deps = [":ContactsJava"],
+ deps = [":ContactsJava-j2objc"],
35
)
36
37
-j2objc_library_legacy(
38
- name = "ContactsJava",
39
- jre_deps = ["@bazel_j2objc//:jre_net_lib"],
40
- deps = [":ContactsJavaLib"],
41
-)
+# TODO: Add back ContactsJava-j2objc target when the new rule is open-sourced.
42
43
java_library(
44
name = "ContactsJavaLib",
0 commit comments