From 59f8d4ee793a1b620fb385f53b4dfe10e4b70f19 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 19 Jun 2015 19:35:19 +0100 Subject: 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 --- src/egl/main/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'src/egl') diff --git a/src/egl/main/Android.mk b/src/egl/main/Android.mk index 8f687e9..0ba7295 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 \ -- cgit v1.1