fix library name - the makefiles expect the full name of the library including the lib prefix

This commit is contained in:
folecr 2012-02-02 23:01:50 -08:00
parent cab83bb4a6
commit 3eeb0c8687
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := cocos2dx_shared
LOCAL_MODULE_FILENAME := cocos2d
LOCAL_MODULE_FILENAME := libcocos2d
LOCAL_SRC_FILES := \
CCConfiguration.cpp \