forked from organicmaps/organicmaps-tmp
[android] Renamed some files to avoid similar names in debug
Also added zip file support for Platform::GetFilesInDir()
This commit is contained in:
parent
aae0710a08
commit
d976bae97a
6 changed files with 6 additions and 6 deletions
|
@ -11,16 +11,16 @@ LOCAL_HEADER_FILES := \
|
|||
jni_helper.h \
|
||||
jni_string.h \
|
||||
logging.h \
|
||||
platform.h \
|
||||
framework.h \
|
||||
android_platform.hpp \
|
||||
android_framework.hpp \
|
||||
rendering.h \
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
main_native.cpp \
|
||||
jni_helper.cpp \
|
||||
jni_string.cpp \
|
||||
platform.cpp \
|
||||
framework.cpp \
|
||||
android_platform.cpp \
|
||||
android_framework.cpp \
|
||||
logging.cpp \
|
||||
temp_stubs.cpp \
|
||||
rendering.cpp \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "logging.h"
|
||||
#include "platform.h"
|
||||
#include "framework.h"
|
||||
#include "android_platform.hpp"
|
||||
#include "android_framework.hpp"
|
||||
|
||||
#include "../../storage/storage.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue