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

Unified Diff: build/android/strip_native_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/gyp/write_ordered_libraries.py ('k') | build/android/write_ordered_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/strip_native_libraries.gypi
diff --git a/build/android/strip_native_libraries.gypi b/build/android/strip_native_libraries.gypi
index 57de0afd4f4a2d0bb5655e0f2205e1347dd24ae3..40c00cb82f0b4db30b329a24c9dd2a44f6e05c51 100644
--- a/build/android/strip_native_libraries.gypi
+++ b/build/android/strip_native_libraries.gypi
@@ -47,7 +47,7 @@
'--android-strip=<(android_strip)',
'--android-strip-arg=--strip-unneeded',
'--stripped-libraries-dir=<(stripped_libraries_dir)',
- '--libraries-dir=<(SHARED_LIB_DIR)',
+ '--libraries-dir=<(SHARED_LIB_DIR),<(PRODUCT_DIR)',
'--libraries-file=<(ordered_libraries_file)',
'--stamp=<(stamp)',
],
« no previous file with comments | « build/android/gyp/write_ordered_libraries.py ('k') | build/android/write_ordered_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698