SDL: converted Guichan to static library, because we are using static libc++ so all C++ code must be linked inside libapplication.so

This commit is contained in:
Sergii Pylypenko
2018-11-19 19:55:32 +02:00
parent fd5babab77
commit 68d6923357
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ LOCAL_STATIC_LIBRARIES :=
LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)