Chromium Code Reviews| Index: build/java_apk.gypi |
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
| index 4aa6ea8da635644a573400a5362ddf0a6470ab41..e1ebeb69fa64c98a0c7aff455268dfb141720ac6 100644 |
| --- a/build/java_apk.gypi |
| +++ b/build/java_apk.gypi |
| @@ -77,6 +77,8 @@ |
| '>@(additional_input_paths)', |
| ], |
| 'outputs': [ |
| + # TODO(cjhopman): Apks are built with a -debug suffix even when they are |
|
Yaron
2012/10/08 21:58:36
We should really fix this sooner than later.
|
| + # built in release. This should be fixed. |
| '<(PRODUCT_DIR)/apks/<(apk_name)-debug.apk', |
| ], |
| 'action': [ |
| @@ -102,7 +104,9 @@ |
| '-Dbasedir=<(java_in_dir)', |
| '-buildfile', |
| - '<(DEPTH)/build/android/ant/chromium-apk.xml' |
| + '<(DEPTH)/build/android/ant/chromium-apk.xml', |
| + |
|
nilesh
2012/10/08 21:56:13
extra line?
|
| + '<(CONFIGURATION_NAME)', |
|
Yaron
2012/10/08 21:58:36
Can you add a comment that this is specifying the
cjhopman
2012/10/09 18:18:18
Done.
|
| ] |
| }, |
| ], |