configure.ac: Also match -androideabi tuple
authorNicolas Boichat <drinkcat@chromium.org>
Fri, 5 May 2017 02:26:00 +0000 (10:26 +0800)
committerChad Versace <chadversary@chromium.org>
Fri, 5 May 2017 22:39:38 +0000 (15:39 -0700)
commitf6ac3d0db67dd81f0aff754b977ed1277b33af63
tree3c8642c6a6647dfc14bc150a87463c1628829873
parente05e3e07ab47a8108b8a8d257d7e8acc1f7cf584
configure.ac: Also match -androideabi tuple

On ARM Android platforms, the host_os tuple should be linux-androideabi,
so let's match both -android and -androideabi (or any other
-android* tuple) to determine if we should do an Android build.

Reviewed-by: Chad Versace <chadversary@chromium.org>
configure.ac