8145596: Enable debug symbols for all libraries

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2016-01-20 09:54:39 +01:00
parent e2d7eb35ae
commit 7f812c4c86

@ -110,7 +110,6 @@ $(eval $(call SetupNativeCompilation, BUILD_LIBSA, \
LIBS := $(SA_LIBS), \
MAPFILE := $(SA_MAPFILE), \
OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libsa, \
DEBUG_SYMBOLS := true, \
STRIP_SYMBOLS := true, \
))