From: Emil Velikov Date: Fri, 19 Jun 2015 18:35:19 +0000 (+0100) Subject: android: egl: do not link against libglapi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59f8d4ee793a1b620fb385f53b4dfe10e4b70f19;p=mesa.git android: egl: do not link against libglapi The only reason we touch glapi is to dlopen it in order to: - make sure that the unresolved _glapi* symbols in the dri modules are provided. - fetch glFlush() and use it at various stages in the dri2 driver. Cc: Chih-Wei Huang Cc: Eric Anholt Signed-off-by: Emil Velikov --- diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk index 8f687e9f255..0ba72953960 100644 --- a/src/egl/main/Android.mk +++ b/src/egl/main/Android.mk @@ -44,7 +44,6 @@ LOCAL_CFLAGS := \ -D_EGL_OS_UNIX=1 LOCAL_SHARED_LIBRARIES := \ - libglapi \ libdl \ libhardware \ liblog \