aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
diff options
context:
space:
mode:
authorGravatar janakr <janakr@google.com>2018-02-09 15:19:25 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-09 15:22:12 -0800
commitacdffead4761160fd016404811ca744507d16c96 (patch)
treeda99fc9d523d968bfc6548b0e71e5420f10ff7f9 /third_party/ijar
parent5a405eb93c092aa9bfd1c69a3fcbdb0997e3c55b (diff)
Add support to Polymorphic strategy for grandchild classes that have no codec, but whose parent classes have codecs. This is ok because the polymorphic strategy doesn't need an instance of the grandchild class: the parent class is fine, so long as it has a codec.
PiperOrigin-RevId: 185200943
Diffstat (limited to 'third_party/ijar')
-rw-r--r--third_party/ijar/test/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index 2a3d982294..6b4eeb908e 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -192,7 +192,6 @@ java_test(
":local_and_anonymous-interface.jar",
":module_info-interface.jar",
"//third_party/java/jdk/langtools:javac_jar",
- ":interface_ijar_testlib_with_target_label",
],
jvm_flags = [
# Simulates how Bazel invokes javac