| Index: components/cronet/tools/cr_cronet.py
|
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
|
| index 940e93514b5ca79884e1ea6b549fc5a94a8997de..69db170dfcc2387b5d97806fb113d197ab41c772 100755
|
| --- a/components/cronet/tools/cr_cronet.py
|
| +++ b/components/cronet/tools/cr_cronet.py
|
| @@ -88,7 +88,7 @@ def main():
|
| else:
|
| target_os = 'android'
|
| test_target = 'cronet_test_instrumentation_apk'
|
| - gn_args = 'use_errorprone_java_compiler=true '
|
| + gn_args = 'use_errorprone_java_compiler=true arm_use_neon=false '
|
| gn_extra = ''
|
| out_dir_suffix = ''
|
|
|
| @@ -99,7 +99,7 @@ def main():
|
| gn_args += 'target_os="' + target_os + '" enable_websockets=false '+ \
|
| 'disable_file_support=true disable_ftp_support=true '+ \
|
| 'use_platform_icu_alternatives=true '+ \
|
| - 'disable_brotli_filter=true is_component_build=false arm_use_neon=false'
|
| + 'disable_brotli_filter=true is_component_build=false'
|
|
|
| extra_options = ' '.join(extra_options_list)
|
| if options.gn:
|
|
|