SDL: put debug info from shared libraries into app bundle, updated build scripts to remove hacks and better integrate with Gradle
This commit is contained in:
@@ -18,4 +18,8 @@ LOCAL_SRC_FILES := sdl_main.c SDL_android_main.cpp
|
||||
LOCAL_SHARED_LIBRARIES := sdl-$(SDL_VERSION) application
|
||||
LOCAL_LDLIBS := -llog
|
||||
|
||||
ifeq ($(CUSTOM_BUILD_SCRIPT_FIRST_PASS),)
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user