mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
915913bd5a
This GN arg config repros the failure in the bug: ``` chrome_pgo_phase = 1 is_official_build = true target_cpu = "arm64" target_os = "android" use_remoteexec = true ``` Commenting out either is_official_build or chrome_pgo_phase removes the compile error, but since many bots build with is_official_build, the culprit must be chrome_pgo_phase. Bug: chromium:362787700 Change-Id: I536a098693b85ed93c22e38e639b393fcb480e79 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5826154 Reviewed-by: Joshua Peraza <jperaza@chromium.org>