fix typo of file name

This commit is contained in:
joshuastray 2014-10-17 16:29:37 +08:00
parent eba3642aef
commit 32c6bc05b9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LOCAL_MODULE := cocos_localstorage_static
LOCAL_MODULE_FILENAME := liblocalstorage
LOCAL_SRC_FILES := LocalStorage.cpp \
LocalStorageAndroid.cpp
LocalStorage-android.cpp
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..