Index: build/android/process_resources.py |
diff --git a/build/android/process_resources.py b/build/android/process_resources.py |
index 63582df360987f4f2842276c7759ad1d4275bc89..c6619c52935fbc940d88b5fb45d128f8e98f1334 100755 |
--- a/build/android/process_resources.py |
+++ b/build/android/process_resources.py |
@@ -84,6 +84,7 @@ def main(): |
# Crunch image resources. This shrinks png files and is necessary for 9-patch |
# images to display correctly. |
+ build_utils.MakeDirectory(options.crunch_output_dir) |
subprocess.check_call([aapt, |
'crunch', |
'-S', options.crunch_input_dir, |