diff options
author | Emil Velikov <[email protected]> | 2015-06-19 19:35:19 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-23 17:08:05 +0100 |
commit | 59f8d4ee793a1b620fb385f53b4dfe10e4b70f19 (patch) | |
tree | 1cf2ec0cbf85a806512b71d8155b7c5740c7f907 /src/egl/main | |
parent | a0dc6b7824d3b9095919e29393a379ea7f9c1318 (diff) |
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 <[email protected]>
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |