mirror of https://github.com/libsdl-org/SDL
android: Android.mk should only preserve debug symbols in debug builds.
Fixes Bugzilla #4111.
This commit is contained in:
parent
c591429542
commit
e8237e2b02
|
@ -51,7 +51,9 @@ LOCAL_SRC_FILES := \
|
|||
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES
|
||||
LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid
|
||||
|
||||
cmd-strip :=
|
||||
ifeq ($(NDK_DEBUG),1)
|
||||
cmd-strip :=
|
||||
endif
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
|
Loading…
Reference in New Issue