android: egl: do not link against libglapi
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 19 Jun 2015 18:35:19 +0000 (19:35 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 23 Jun 2015 16:08:05 +0000 (17:08 +0100)
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 <cwhuang@linux.org.tw>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/egl/main/Android.mk

index 8f687e9f255f84ddf0780cb24df1b7794fc5ed01..0ba7295396073955e00703f2a83fdd64c26b1ded 100644 (file)
@@ -44,7 +44,6 @@ LOCAL_CFLAGS := \
        -D_EGL_OS_UNIX=1
 
 LOCAL_SHARED_LIBRARIES := \
-       libglapi \
        libdl \
        libhardware \
        liblog \