Chromium Code Reviews| Index: build/android/rezip.gyp |
| diff --git a/build/android/rezip.gyp b/build/android/rezip.gyp |
| index 111517763ab19b910738779ca6a5da4296726d2e..97a7d3b7d3f49a8ce8543cb84d475cca9a253d64 100644 |
| --- a/build/android/rezip.gyp |
| +++ b/build/android/rezip.gyp |
| @@ -36,6 +36,7 @@ |
| '--classes-dir=<(SHARED_INTERMEDIATE_DIR)/<(_target_name)', |
| '--jar-path=<(javac_jar_path)', |
| '--stamp=<(compile_stamp)', |
| + '--disable-errorprone', |
|
jbudorick
2015/05/07 18:49:26
Yeah, I'm definitely not a fan of default-on.
raywilliams_chromium
2015/05/11 19:52:25
Done.
raywilliams_chromium
2015/05/11 19:52:25
I'll change it in the next patch set.
(Actually,
|
| '>@(java_sources)', |
| ] |
| }, |