Skip to content

Commit

Permalink
android: Android.mk should only preserve debug symbols in debug builds.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #4111.
  • Loading branch information
icculus committed Jun 24, 2018
1 parent c591429 commit e8237e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Android.mk
Expand Up @@ -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)

Expand Down

0 comments on commit e8237e2

Please sign in to comment.