Fix and tidy unstripped binary path resolution logic.
The code as checked in breaks on Swarming because it attempts to read the stripped file, which is omitted on isolated builds. This CL does the ELF check on the unstripped file instead, and consolidates the logic within a function. Bug: 792521 Change-Id: I0042bb9b234f34ebc65c6b3ab10c075771b777ef Reviewed-on: https://chromium-review.googlesource.com/899677 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#534112}
Showing
Please register or sign in to comment