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