android: search arm and arm64 directories for native code

System webview fails to launch crashpad with an unsatisifed link error
because it is attempting to load 32-bit libraries in a 64-bit process.

This error only occurs with system webview on 64-bit arm devices. This
error doesn't occur when monochrome is the webview provider because
monochrome doesn't extract native libs, so the paths within the APK
are used. It doesn't occur on x86 family devices because the ABI names
match the extracted directory names.

Bug: 930342
Change-Id: Ib9a0597e277abd4fb7c8f3a5faf61a160292fe54
Reviewed-on: https://chromium-review.googlesource.com/c/1462418
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630664}
1 file changed