configure: Allow android as an EGL platform
authorBenjamin Gordon <bmgordon@chromium.org>
Fri, 20 Oct 2017 21:34:57 +0000 (15:34 -0600)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 24 Oct 2017 13:46:22 +0000 (14:46 +0100)
commitde3555f83497498201aeea111292654e95fb5bd4
tree936f80706981e4f5ff1dfe23d99f3cbf292f49f7
parent2a414c39619320c44e4d0f8f7a7609598081e2b2
configure: Allow android as an EGL platform

I'm working on radeonsi support in the Chrome OS Android container
(ARC++).  Mesa in ARC++ uses autotools instead of Android.mk, but all
the necessary EGL bits are there, so the existing check is too strict.

Signed-off-by: Benjamin Gordon <bmgordon@chromium.org>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
configure.ac