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

Unified Diff: build/android/pack_arm_relocations.gypi

Issue 456493002: Add native libraries to gn apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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/gyp/write_ordered_libraries.py ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pack_arm_relocations.gypi
diff --git a/build/android/pack_arm_relocations.gypi b/build/android/pack_arm_relocations.gypi
index cb9a77b426aaade058c34a4d2e83099edab2954c..e982527b4ce8bed401bffe6e05eae53cdecad851 100644
--- a/build/android/pack_arm_relocations.gypi
+++ b/build/android/pack_arm_relocations.gypi
@@ -53,7 +53,7 @@
'--android-objcopy=<(android_objcopy)',
'--stripped-libraries-dir=<(stripped_libraries_dir)',
'--packed-libraries-dir=<(packed_libraries_dir)',
- '--libraries-file=<(ordered_libraries_file)',
+ '--libraries=@FileArg(<(ordered_libraries_file):libraries)',
'--stamp=<(stamp)',
],
}, {
@@ -64,7 +64,7 @@
'--enable-packing=0',
'--stripped-libraries-dir=<(stripped_libraries_dir)',
'--packed-libraries-dir=<(packed_libraries_dir)',
- '--libraries-file=<(ordered_libraries_file)',
+ '--libraries=@FileArg(<(ordered_libraries_file):libraries)',
'--stamp=<(stamp)',
],
}],
« no previous file with comments | « build/android/gyp/write_ordered_libraries.py ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698