Chromium Code Reviews| Index: build/android/gyp/javac.py |
| diff --git a/build/android/gyp/javac.py b/build/android/gyp/javac.py |
| index dcbc48b0fc489f8ee9a8120edf2993973360ce84..8017f5a7b8aa178a8e01a638f45745e11d637d4d 100755 |
| --- a/build/android/gyp/javac.py |
| +++ b/build/android/gyp/javac.py |
| @@ -78,8 +78,8 @@ def DoJavac( |
| javac_args = [ |
| '-g', |
| - '-source', '1.5', |
| - '-target', '1.5', |
| + '-source', '1.7', |
| + '-target', '1.7', |
| '-classpath', ':'.join(classpath), |
| '-d', classes_dir] |
| if chromium_code: |