Merge "Remove MALLOC_LEAK_CHECK references."

This commit is contained in:
Christopher Ferris
2014-09-20 01:23:26 +00:00
committed by Gerrit Code Review

View File

@@ -54,10 +54,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_CFLAGS += -DEGL_EGLEXT_PROTOTYPES -DGL_GLEXT_PROTOTYPES
ifeq ($(WITH_MALLOC_LEAK_CHECK),true)
LOCAL_CFLAGS += -DMALLOC_LEAK_CHECK
endif
LOCAL_MODULE:= libandroid_servers
include $(BUILD_SHARED_LIBRARY)