opengl translator: make GLcommon static library

This change turns GLcommon to be static instead of shared
library.
Removed the s_globalNameSpace static object from objectNameManager
and moved it to live inside the EglDisplay object which is shared
for all display space objects (GLESv1, GLESv2 and EGL).

Change-Id: I92fa71fb7cbac423c22b7188e8d9642a5fddf0d9
This commit is contained in:
Guy Zadikario
2011-06-02 10:33:48 +03:00
committed by David 'Digit' Turner
parent cc3b388746
commit cd1489a89c
10 changed files with 96 additions and 85 deletions

View File

@@ -13,7 +13,6 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libGLcommon \
libEGL_translator \
libGLES_CM_translator

View File

@@ -13,7 +13,6 @@ LOCAL_SRC_FILES:= \
LOCAL_SHARED_LIBRARIES := \
libGLcommon \
libEGL_translator \
libGLES_V2_translator