Merge pull request #8800 from joshuastray/v3

fix typo of file name
This commit is contained in:
minggo 2014-10-17 16:33:34 +08:00
commit 7b5e4f9eba
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)/..