| Index: build/android/gyp/dex.py
|
| diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py
|
| index 10d7ca006a7d1471c889de78b97eead2c105662f..9400ff2b1f89f28befd064dea1a718381b034ccf 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',
|
|
|