summaryrefslogtreecommitdiffstats
path: root/build/android/gyp/dex.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/gyp/dex.py')
-rwxr-xr-xbuild/android/gyp/dex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py
index 10d7ca0..9400ff2 100755
--- a/build/android/gyp/dex.py
+++ b/build/android/gyp/dex.py
@@ -47,7 +47,7 @@ def _ParseArgs(args):
parser.add_option('--proguard-enabled-input-path',
help=('Path to dex in Release mode when proguard '
'is enabled.'))
- parser.add_option('--no-locals',
+ parser.add_option('--no-locals', default='0',
help='Exclude locals list from the dex file.')
parser.add_option('--incremental',
action='store_true',