libGLESv1_CM.so doesn't need to depend on libutils or libui

This commit is contained in:
Mathias Agopian
2009-05-18 13:42:18 -07:00
parent 7e4c34329c
commit b7b648f367

View File

@ -39,7 +39,7 @@ LOCAL_SRC_FILES:= \
GLES_CM/gl.cpp.arm \
#
LOCAL_SHARED_LIBRARIES += libcutils libutils libui libEGL
LOCAL_SHARED_LIBRARIES += libcutils libEGL
LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libGLESv1_CM