Commit 45217f29 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Disable AFDO profile for cronet bots.

Downstream bots are not compiling due to the profile not being there.
Rather than add the profile, I think it's better to disable AFDO for
cronet for now, since there's no reason to believe that the profile
would be accurate for cronet.

Bug: 796921
Change-Id: Id8337e695f06095e037c1611fa6e9a9ba038029c
Reviewed-on: https://chromium-review.googlesource.com/842944Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526011}
parent 5ea97e51
...@@ -1841,7 +1841,8 @@ ...@@ -1841,7 +1841,8 @@
'gn_args': ('disable_file_support=true disable_ftp_support=true ' 'gn_args': ('disable_file_support=true disable_ftp_support=true '
'enable_websockets=false use_platform_icu_alternatives=true ' 'enable_websockets=false use_platform_icu_alternatives=true '
'use_partition_alloc=false enable_reporting=false ' 'use_partition_alloc=false enable_reporting=false '
'include_transport_security_state_preload_list=false'), 'include_transport_security_state_preload_list=false '
'clang_use_default_sample_profile=false'),
}, },
'cros_chrome_sdk': { 'cros_chrome_sdk': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment