| Index: components/cronet/tools/cr_cronet.py
|
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
|
| index 28265ff54c0896fe11e3508576b940dcc6503fa3..4265a6ba2ad3ae4c88619c6c126fde06ba2d50c8 100755
|
| --- a/components/cronet/tools/cr_cronet.py
|
| +++ b/components/cronet/tools/cr_cronet.py
|
| @@ -102,7 +102,7 @@ def main():
|
| 'disable_file_support=true disable_ftp_support=true '+ \
|
| 'use_platform_icu_alternatives=true '+ \
|
| 'disable_brotli_filter=true is_component_build=false ' + \
|
| - 'ignore_elf32_limitations=true'
|
| + 'ignore_elf32_limitations=true use_partition_alloc=false'
|
|
|
| extra_options = ' '.join(extra_options_list)
|
| if options.gn:
|
|
|