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

Unified Diff: build/android/write_ordered_libraries.gypi

Issue 334783006: Allow the mojo shell to run on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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/strip_native_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/android/write_ordered_libraries.gypi
diff --git a/build/android/write_ordered_libraries.gypi b/build/android/write_ordered_libraries.gypi
index e9b8ba53792905520c0ff042b14900f818db34e1..1b52e71e4231cb33503188b69a25312fef6f4486 100644
--- a/build/android/write_ordered_libraries.gypi
+++ b/build/android/write_ordered_libraries.gypi
@@ -19,10 +19,11 @@
#
{
- 'action_name': 'ordered_libraries_<(_target_name)',
+ 'action_name': 'ordered_libraries_<(_target_name)<(subtarget)',
'message': 'Writing dependency ordered libraries for <(_target_name)',
'variables': {
'input_libraries%': [],
+ 'subtarget%': '',
},
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
@@ -35,7 +36,7 @@
'action': [
'python', '<(DEPTH)/build/android/gyp/write_ordered_libraries.py',
'--input-libraries=<(input_libraries)',
- '--libraries-dir=<(SHARED_LIB_DIR)',
+ '--libraries-dir=<(SHARED_LIB_DIR),<(PRODUCT_DIR)',
'--readelf=<(android_readelf)',
'--output=<(ordered_libraries_file)',
],
« no previous file with comments | « build/android/strip_native_libraries.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698