commit | b739f15fadd02f3003951a2338f116ebff8e0294 | [log] [tgz] |
---|---|---|
author | C. Sean Young <csyoung@google.com> | Wed Aug 05 14:31:50 2015 -0500 |
committer | Chet Kener <Cl3Kener@gmail.com> | Wed Oct 28 09:20:50 2015 -0400 |
tree | f9da579e9cbceb9986fd09812545169885f9173f | |
parent | 646ae94cc910baff539d31283ea1fd7778c78426 [diff] |
Backport Java 8 compile time break workaround. Required for building host libraries with OpenJDK 8. Without this, trying to build with Java 8 fails with: external/guava/guava/src/com/google/common/reflect/Types.java:317: error: TypeVariableImpl is not abstract and does not override abstract method getAnnotatedBounds() in TypeVariable private static final class TypeVariableImpl<D extends GenericDeclaration> Backport of https://github.com/google/guava/commit/f4aa25e74a9466c2f93a2147a7cf9b01850dd41f See https://github.com/google/guava/issues/1738 Bug: 23074347 Change-Id: I35adc64a339055e1e426af2aa3a41058f9948984 Signed-off-by: Chet Kener <Cl3Kener@gmail.com>