| Index: third_party/kasko/kasko.gni
 | 
| diff --git a/third_party/kasko/kasko.gni b/third_party/kasko/kasko.gni
 | 
| index fb394cc1ce7d5602de041d10a5aea3d4493cdb1e..8a89f35f51b839a70ae62b6ea7ab03b17beaaf93 100644
 | 
| --- a/third_party/kasko/kasko.gni
 | 
| +++ b/third_party/kasko/kasko.gni
 | 
| @@ -14,6 +14,7 @@ declare_args() {
 | 
|    enable_kasko_failed_rdv_reports = false
 | 
|  }
 | 
|  
 | 
| -# Enable the Kasko crash reporter. Enabled by default on syzyasan build.
 | 
| -enable_kasko =
 | 
| -    is_syzyasan || enable_kasko_hang_reports || enable_kasko_failed_rdv_reports
 | 
| +# Enable the Kasko crash reporter. Enabled by default on Syzyasan official
 | 
| +# build.
 | 
| +enable_kasko = (is_official_build && is_syzyasan) ||
 | 
| +               enable_kasko_hang_reports || enable_kasko_failed_rdv_reports
 | 
| 
 |