• Tom Anderson's avatar
    Add check for missing sysroot libraries · 22c1deb1
    Tom Anderson authored
    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: default avatarLei Zhang <thestig@chromium.org>
    Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#517222}
    22c1deb1
sysroot-creator.sh 23.5 KB