Use combined files on Android for faster build

This commit is contained in:
elasota
2021-04-27 09:52:59 -04:00
parent d6b206195d
commit 07df94fb00
3 changed files with 3 additions and 163 deletions

View File

@@ -13,13 +13,6 @@ LOCAL_CFLAGS := -DGP_DEBUG_CONFIG=0
# Add your application source files here...
LOCAL_SRC_FILES := \
GpAppEnvironment.cpp \
GpAudioDriverFactory.cpp \
GpDisplayDriverFactory.cpp \
GpFontHandlerFactory.cpp \
GpGlobalConfig.cpp \
GpInputDriverFactory.cpp \
GpMain.cpp \
GpVOSEventQueue.cpp
GpShell_Combined.cpp
include $(BUILD_STATIC_LIBRARY)