| Index: build/android/gyp/javac.py
|
| diff --git a/build/android/gyp/javac.py b/build/android/gyp/javac.py
|
| index dcbc48b0fc489f8ee9a8120edf2993973360ce84..eccee95b68803880d83197d83f9d74d8f42714c5 100755
|
| --- a/build/android/gyp/javac.py
|
| +++ b/build/android/gyp/javac.py
|
| @@ -62,13 +62,6 @@ def DoJavac(
|
| checking will be enabled.
|
| """
|
|
|
| - # Compiling guava with certain orderings of input files causes a compiler
|
| - # crash... Sorted order works, so use that.
|
| - # See https://code.google.com/p/guava-libraries/issues/detail?id=950
|
| - # TODO(cjhopman): Remove this when we have update guava or the compiler to a
|
| - # version without this problem.
|
| - java_files.sort()
|
| -
|
| jar_inputs = []
|
| for path in classpath:
|
| if os.path.exists(path + '.TOC'):
|
|
|