aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/java/j2objc/BUILD.remote7
-rw-r--r--third_party/java_src/j2objc/jre_emul/BUILD8
2 files changed, 1 insertions, 14 deletions
diff --git a/third_party/java/j2objc/BUILD.remote b/third_party/java/j2objc/BUILD.remote
index 7f5a86a484..a25680947e 100644
--- a/third_party/java/j2objc/BUILD.remote
+++ b/third_party/java/j2objc/BUILD.remote
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# TODO move to j2objc dir
-
licenses(["notice"]) # Apache License 2.0
exports_files(["LICENSE"])
@@ -35,11 +33,6 @@ java_import(
exports = [":annotations"],
)
-java_import(
- name = "jre_emul_jar",
- jars = [J2_DIR + "lib/jre_emul.jar"],
-)
-
filegroup(
name = "jre_emul_headers",
#srcs = glob([J2_DIR + "include/IOSClass.h"]),
diff --git a/third_party/java_src/j2objc/jre_emul/BUILD b/third_party/java_src/j2objc/jre_emul/BUILD
index c924523b8d..9b302f9bea 100644
--- a/third_party/java_src/j2objc/jre_emul/BUILD
+++ b/third_party/java_src/j2objc/jre_emul/BUILD
@@ -14,8 +14,7 @@
licenses(["notice"]) # Apache License 2.0
-# TODO export file
-# TODO move jre_emul to java/
+# TODO(bazel-team): Move jre_emul Bazel targets to java, not java_src.
exports_files(["LICENSE"])
package(
@@ -28,11 +27,6 @@ filegroup(
visibility = ["//third_party:__pkg__"],
)
-java_library(
- name = "jre_emul",
- exports = ["@bazel-j2objc//:jre_emul_jar"],
-)
-
objc_library(
name = "jre_emul_lib",
sdk_dylibs = [