Add check for missing sysroot libraries
Linking on arm64 can fail when dependent libraries are missing. That is, when linking against liba which depends on libb, linking will fail when only libb is missing. This CL adds a check to prevent these types of missing libraries. BUG=webrtc:8535 R=thestig@chromium.org Change-Id: I14e15ce534bd8ac5602f84dedcaab2db041656fb Reviewed-on: https://chromium-review.googlesource.com/773200Reviewed-by:Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517222}
Showing
Please register or sign in to comment