mirror of https://github.com/axmolengine/axmol.git
fix typo of file name
This commit is contained in:
parent
eba3642aef
commit
32c6bc05b9
|
@ -6,7 +6,7 @@ LOCAL_MODULE := cocos_localstorage_static
|
||||||
LOCAL_MODULE_FILENAME := liblocalstorage
|
LOCAL_MODULE_FILENAME := liblocalstorage
|
||||||
|
|
||||||
LOCAL_SRC_FILES := LocalStorage.cpp \
|
LOCAL_SRC_FILES := LocalStorage.cpp \
|
||||||
LocalStorageAndroid.cpp
|
LocalStorage-android.cpp
|
||||||
|
|
||||||
|
|
||||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
|
||||||
|
|
Loading…
Reference in New Issue