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

Unified Diff: build/java_apk.gypi

Issue 23936004: This fixes the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index d8a6cacf3e8e75fcd841a00990b0d3db3f5c47e5..3942427773aa518cbcaba4243e2aa3e9d203efa6 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -247,6 +247,7 @@
'libraries_top_dir': '<(intermediate_dir)/lib.stripped',
'libraries_source_dir': '<(libraries_top_dir)/lib/<(android_app_abi)',
'device_library_dir': '<(device_intermediate_dir)/lib.stripped',
+ 'configuration_name': '<(CONFIGURATION_NAME)',
},
'dependencies': [
'<(DEPTH)/tools/android/md5sum/md5sum.gyp:md5sum',
@@ -278,6 +279,7 @@
'--target-dir=<(device_library_dir)',
'--apk=<(incomplete_apk_path)',
'--stamp=<(link_stamp)',
+ '--configuration-name=<(CONFIGURATION_NAME)',
],
},
],
« build/android/gyp/push_libraries.py ('K') | « build/android/pylib/android_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698