mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
[fuchsia] Only add fdio config if it's not already present.
Change-Id: Ie5eef8fb76b7a9558791aae8572ec2c91d2e6b84 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2026287 Commit-Queue: Francois Rousseau <frousseau@google.com> Reviewed-by: Francois Rousseau <frousseau@google.com>
This commit is contained in:
parent
6c0f5ccaa8
commit
23a2da5e95
@ -85,7 +85,10 @@ template("crashpad_executable") {
|
||||
}
|
||||
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
configs += [ "//build/config/fuchsia:fdio_config" ]
|
||||
fdio_config = [ "//build/config/fuchsia:fdio_config" ]
|
||||
if (configs + fdio_config - fdio_config == configs) {
|
||||
configs += fdio_config
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user