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

Unified Diff: build/java_apk.gypi

Issue 13852037: [Android] Add native library to strip inputs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index ecf5474271f206d8dcc8b324981fc361da625ba6..7e21e39679be5e3136b6d4c0ac757bf747b7f065 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -191,6 +191,7 @@
{
'variables': {
'stripped_libraries_dir': '<(libraries_source_dir)',
+ 'input_paths': ['<@(native_libs_paths)'],
},
'includes': ['../build/android/strip_native_libraries.gypi'],
},
« no previous file with comments | « build/android/strip_native_libraries.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698