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

Unified Diff: build/android/finalize_apk_action.gypi

Issue 661073003: Roll Android SDK to v21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Update DEPS again Created 6 years, 2 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 | « DEPS ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/finalize_apk_action.gypi
diff --git a/build/android/finalize_apk_action.gypi b/build/android/finalize_apk_action.gypi
index 6187239fd9ce657dd004148b4faa265d14fc5003..5ffbffaefc31879eacef09d831030bd2b6fed910 100644
--- a/build/android/finalize_apk_action.gypi
+++ b/build/android/finalize_apk_action.gypi
@@ -25,7 +25,7 @@
'conditions': [
# Webview doesn't use zipalign or rezip_apk_jar.
['android_webview_build==0', {
- 'zipalign_path%': ['<!@(find <(android_sdk_root) -name zipalign)'],
+ 'zipalign_path%': '<(android_sdk_tools)/zipalign',
'rezip_apk_jar_path%': '<(PRODUCT_DIR)/lib.java/rezip_apk.jar'
}, {
'zipalign_path%': "",
« no previous file with comments | « DEPS ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698