aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Michael Thvedt <mthvedt@google.com>2015-09-15 16:40:27 +0000
committerGravatar John Field <jfield@google.com>2015-09-15 20:28:06 +0000
commitfe87155b7154f7ef64c7ab095071b148980f035f (patch)
tree720a561dacba0bdf1ea35a329b0141fbdb7a6226 /third_party
parent72c6716d4993c4b3b6cfad26a7ec418580dff725 (diff)
Clean up J2ObjC support in Bazel, removing an unused dependency and linting the relevant files.
-- MOS_MIGRATED_REVID=103100493
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 = [