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

Unified Diff: build/java.gypi

Issue 10959034: Make apks build from a single ant .xml template (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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.gypi
diff --git a/build/java.gypi b/build/java.gypi
index a955917750e9d5dc5c1673e41499b4fc85dc78da..69140505288a67383980398abad837fa14269f5f 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -55,6 +55,7 @@
],
'action': [
'ant',
+ '-DCONFIGURATION_NAME=<(CONFIGURATION_NAME)',
'-DPRODUCT_DIR=<(ant_build_out)',
'-DPACKAGE_NAME=<(package_name)',
'-DINPUT_JARS_PATHS=>(input_jars_paths)',

Powered by Google App Engine
This is Rietveld 408576698