Index: build/android/gyp/process_resources.py |
diff --git a/build/android/gyp/process_resources.py b/build/android/gyp/process_resources.py |
index d10b66647607812cc63782a71876c0127be8af34..cd7fbabbfe03edc264dcd5f2e903a7c5960066bc 100755 |
--- a/build/android/gyp/process_resources.py |
+++ b/build/android/gyp/process_resources.py |
@@ -113,7 +113,7 @@ def main(): |
'crunch', |
'-S', options.crunch_input_dir, |
'-C', options.crunch_output_dir] |
- build_utils.CheckCallDie(aapt_cmd, suppress_output=True) |
+ build_utils.CheckCallDie(aapt_cmd, suppress_output=True, fail_if_stderr=True) |
MoveImagesToNonMdpiFolders(options.crunch_output_dir) |