Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: build/android/gyp/process_resources.py

Issue 58563004: Don't swallow "aapt crunch" build errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/gyp/util/build_utils.py » ('j') | build/android/gyp/util/build_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | build/android/gyp/util/build_utils.py » ('j') | build/android/gyp/util/build_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698