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

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

Issue 1178573002: Extend relocation packing to non-ARM architectures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 5 years, 6 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/push_libraries.gypi ('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/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index dc3e86cbe94c27ea2a67e76a39aa51d16b7a44db..d161398eabde1ebd422c30d6bf5ea8e00664bb76 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1621,7 +1621,7 @@ template("android_apk") {
if (_native_libs != []) {
action("${_template_name}__prepare_native") {
- script = "//build/android/gyp/pack_arm_relocations.py"
+ script = "//build/android/gyp/pack_relocations.py"
packed_libraries_dir = "$_native_libs_dir/$android_app_abi"
depfile = "$target_gen_dir/$target_name.d"
outputs = [
« no previous file with comments | « build/android/push_libraries.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698