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

Unified Diff: build/android/process_resources.py

Issue 13107002: [Android] Allow Java libraries to access resources from dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bettre spelling Created 7 years, 9 months 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/java.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698