diff options
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 213b32e..12d52e8 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -610,13 +610,13 @@ # Pass the build type to ant. Currently it only assumes # debug mode in java. Release mode will break the current # workflow. - # 'shell/content_shell_ant_helper.sh', + 'shell/content_shell_ant_helper.sh', 'ant', '-DPRODUCT_DIR=<(ant_build_out)', '-DAPP_ABI=<(android_app_abi)', '-buildfile', 'shell/android/java/content_shell_apk.xml', - # '<(CONFIGURATION_NAME)', + '<(CONFIGURATION_NAME)', ] } ], |