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

Unified Diff: build/android/finalize_apk_action.gypi

Issue 608853005: Add rename and inflate support to the RezipApk tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for Ross' review 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 | « no previous file | build/android/gyp/finalize_apk.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 9a327de74da72e0d2dca03c607ad7f43e8b7db7e..6187239fd9ce657dd004148b4faa265d14fc5003 100644
--- a/build/android/finalize_apk_action.gypi
+++ b/build/android/finalize_apk_action.gypi
@@ -23,14 +23,12 @@
'keystore_name%': 'chromiumdebugkey',
'keystore_password%': 'chromium',
'conditions': [
- # Webview doesn't use zipalign or rezip.
+ # Webview doesn't use zipalign or rezip_apk_jar.
['android_webview_build==0', {
'zipalign_path%': ['<!@(find <(android_sdk_root) -name zipalign)'],
- 'rezip_path%': '<(PRODUCT_DIR)/rezip',
'rezip_apk_jar_path%': '<(PRODUCT_DIR)/lib.java/rezip_apk.jar'
}, {
'zipalign_path%': "",
- 'rezip_path%': "",
'rezip_apk_jar_path%': "",
}],
],
@@ -53,7 +51,6 @@
'--key-name=<(keystore_name)',
'--key-passwd=<(keystore_password)',
'--load-library-from-zip-file=<(load_library_from_zip_file)',
- '--rezip-path=<(rezip_path)',
'--rezip-apk-jar-path=<(rezip_apk_jar_path)',
],
}
« no previous file with comments | « no previous file | build/android/gyp/finalize_apk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698