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

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: Rebased 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
« no previous file with comments | « build/android/push_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 d8a6cacf3e8e75fcd841a00990b0d3db3f5c47e5..262ced8a457f208ffdcbf4afd12144838d37b4b2 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)',
],
},
],
@@ -371,6 +373,7 @@
'--apk-path=<(incomplete_apk_path)',
'--build-device-configuration=<(build_device_config_path)',
'--install-record=<(apk_install_record)',
+ '--configuration-name=<(CONFIGURATION_NAME)',
],
},
],
« no previous file with comments | « build/android/push_libraries.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698