File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
platforms/android/app/jni Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libfmt.so)
6262include $(PREBUILT_SHARED_LIBRARY )
6363
6464
65+ include $(CLEAR_VARS )
66+ LOCAL_MODULE := spdlog
67+ LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libspdlog.so)
68+ include $(PREBUILT_SHARED_LIBRARY )
69+
70+
6571include $(CLEAR_VARS )
6672LOCAL_MODULE := keyutils
6773LOCAL_SRC_FILES := $(shell find "${SUBPROJECTS_PATH}" -name libkeyutils.so)
@@ -99,7 +105,7 @@ include $(PREBUILT_SHARED_LIBRARY)
99105
100106include $(CLEAR_VARS )
101107LOCAL_MODULE := main
102- LOCAL_SHARED_LIBRARIES := SDL2 sdl2_ttf freetype png16 sdl2_mixer vorbis vorbisfile ogg sdl2_image fmt keyutils oopetris_core oopetris_recordings oopetris_graphics oopetris
108+ LOCAL_SHARED_LIBRARIES := SDL2 sdl2_ttf freetype png16 sdl2_mixer vorbis vorbisfile ogg sdl2_image fmt spdlog keyutils oopetris_core oopetris_recordings oopetris_graphics oopetris
103109LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -lOpenSLES -llog -landroid
104110LOCAL_LDFLAGS := -Wl,--no-undefined
105111include $(BUILD_SHARED_LIBRARY )
You can’t perform that action at this time.
0 commit comments