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

Unified Diff: build/android/finalize_apk_action.gypi

Issue 595933003: Re-invent page aligning libraries in APK file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for the android_webview_build Created 6 years, 3 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 068523b5eac9dceb9f99b5eabe2f50c6505b7a76..9a327de74da72e0d2dca03c607ad7f43e8b7db7e 100644
--- a/build/android/finalize_apk_action.gypi
+++ b/build/android/finalize_apk_action.gypi
@@ -27,9 +27,11 @@
['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%': "",
}],
],
},
@@ -52,5 +54,6 @@
'--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