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

Unified Diff: build/java_apk.gypi

Issue 14844009: [Android] Only always trigger stripping with component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unwanted line Created 7 years, 7 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 f40ef7a54bf30ddebd89e91375647e981a99851c..19f85bc8b634317855f1f8fba0e99abb279d00ad 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -217,9 +217,12 @@
],
},
{
+ 'action_name': 'strip_native_libraries',
'variables': {
+ 'ordered_libraries_file%': '<(ordered_libraries_file)',
'stripped_libraries_dir': '<(libraries_source_dir)',
'input_paths': ['<@(native_libs_paths)'],
+ 'stamp': '<(strip_stamp)'
},
'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