Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cbee7d2 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am b7442bbc: Merge "Remove MALLOC_LEAK_CHECK references."

* commit 'b7442bbc':
  Remove MALLOC_LEAK_CHECK references.
parents 7d113829 b7442bbc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)