From 9d17c057bdb9da5fa991a2c3efebe453106ca0a7 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 28 May 2009 17:39:03 -0700 Subject: implement a real loader for EGL drivers we now look for a config file in /system/lib/egl/egl.cfg that describes the association of a display to a driver. these drivers are named: /system/lib/egl/lib{[EGL|GLESv1_CM|GLESv2] | GLES}_$TAG.so --- opengl/libagl/Android.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'opengl/libagl') diff --git a/opengl/libagl/Android.mk b/opengl/libagl/Android.mk index 946e849..060f3c6 100644 --- a/opengl/libagl/Android.mk +++ b/opengl/libagl/Android.mk @@ -47,6 +47,8 @@ LOCAL_SHARED_LIBRARIES := libcutils libhardware libutils libpixelflinger LOCAL_CFLAGS += -fvisibility=hidden LOCAL_LDLIBS := -lpthread -ldl -LOCAL_MODULE:= libagl + +LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/egl +LOCAL_MODULE:= libGLES_android include $(BUILD_SHARED_LIBRARY) -- cgit v1.1