[Android] Fix android build
This commit is contained in:
parent
7e4c9a8b84
commit
9dd0b06bd6
|
@ -7,6 +7,8 @@ obj/
|
|||
*.d
|
||||
*.o
|
||||
*.so
|
||||
Version.h.in
|
||||
|
||||
# Eclipse project files
|
||||
.settings/
|
||||
.classpath
|
||||
|
|
|
@ -17,10 +17,10 @@ LOCAL_C_INCLUDES := ../ \
|
|||
LOCAL_SRC_FILES := \
|
||||
$(SRCDIR)/AppInit.cpp \
|
||||
$(SRCDIR)/logging.cpp \
|
||||
$(SRCDIR)/Settings.cpp \
|
||||
$(SRCDIR)/MemoryExceptionFilter.cpp \
|
||||
$(SRCDIR)/Multilanguage/LanguageClass.cpp \
|
||||
$(SRCDIR)/Settings/LoggingSettings.cpp \
|
||||
$(SRCDIR)/Settings/SettingsClass.cpp \
|
||||
$(SRCDIR)/Settings/RecompilerSettings.cpp \
|
||||
$(SRCDIR)/N64System/Interpreter/InterpreterCPU.cpp \
|
||||
$(SRCDIR)/N64System/Interpreter/InterpreterOps.cpp \
|
||||
|
|
Loading…
Reference in New Issue