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

Unified Diff: build/config/android/internal_rules.gni

Issue 1142353003: Rename load_library_from_zip_file -> load_library_from_zip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up one missed rebase line :S Created 5 years, 7 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/rezip/RezipApk.java ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index ddf8e51890c21e59c3ae2b2d6125c85c44e14cff..44d3c90b2668689adebd9669c3c1cd017e3b35f4 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -629,7 +629,7 @@ template("create_apk") {
_rezip_jar_path = "$root_build_dir/lib.java/rezip_apk.jar"
inputs += [ _rezip_jar_path ]
args += [
- "--load-library-from-zip-file=1",
+ "--load-library-from-zip=1",
"--rezip-apk-jar-path",
rebase_path(_rezip_jar_path, root_build_dir),
]
« no previous file with comments | « build/android/rezip/RezipApk.java ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698