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

Unified Diff: build/android/process_resources.py

Issue 11819047: Update Android build to API level 17 and SDK Tools version 21 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « build/android/envsetup.sh ('k') | 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 8a46e5c55105ce2747e30987c32948e9f3c5a7fb..b0a04af22869c5588f512a9667d7844da5dfb09f 100755
--- a/build/android/process_resources.py
+++ b/build/android/process_resources.py
@@ -63,6 +63,7 @@ def main():
'-M', dummy_manifest,
'-S', options.res_dir,
'-I', android_jar,
+ '--output-text-symbols', options.R_dir,
'-J', options.R_dir])
# Crunch image resources. This shrinks png files and is necessary for 9-patch
« no previous file with comments | « build/android/envsetup.sh ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698