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:
committed by
David 'Digit' Turner
parent
cc3b388746
commit
cd1489a89c
@@ -13,7 +13,6 @@ LOCAL_SRC_FILES:= \
|
||||
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libGLcommon \
|
||||
libEGL_translator \
|
||||
libGLES_CM_translator
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ LOCAL_SRC_FILES:= \
|
||||
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libGLcommon \
|
||||
libEGL_translator \
|
||||
libGLES_V2_translator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user