aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/runfiles/runfiles_posix_test.sh
diff options
context:
space:
mode:
authorGravatar ccross <ccross@google.com>2017-12-04 15:11:27 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-04 15:13:25 -0800
commitb0fb55ad19e4751b61cbbf79ba60748b6e594100 (patch)
treed9d205f6e5effbe2c109d56f1906924ef0697217 /src/tools/runfiles/runfiles_posix_test.sh
parent349595443e5456a852b09f04f6e732b3c7a6c860 (diff)
Remove static import of inner class InferredType's fields
A few of the InferredType's fields were being static imported, but not all of them, and the use of the statically imported fields was inconsistent. Statically importing the inner class causes strange errors when building desugar in the Android platform build with OpenJDK8, but not OpenJDK9: external/desugar/java/com/google/devtools/build/android/desugar/BytecodeTypeInference.java:1015: error: cannot find symbol @AutoValue ^ symbol: class AutoValue location: class BytecodeTypeInference 1 error Remove the static imports to make the build work and to make the usage consistent. RELNOTES:None. PiperOrigin-RevId: 177875501
Diffstat (limited to 'src/tools/runfiles/runfiles_posix_test.sh')
0 files changed, 0 insertions, 0 deletions