From a40968e9b9abcdcc042948ea73346b020279d4b7 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Mon, 8 Aug 2011 11:24:41 -0700 Subject: initial commit Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev --- heaptracked-executable.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 heaptracked-executable.mk (limited to 'heaptracked-executable.mk') diff --git a/heaptracked-executable.mk b/heaptracked-executable.mk new file mode 100644 index 0000000..f09f7cf --- /dev/null +++ b/heaptracked-executable.mk @@ -0,0 +1,7 @@ +LOCAL_SRC_FILES += $(OMAP4_DEBUG_SRC) +LOCAL_SHARED_LIBRARIES += $(OMAP4_DEBUG_SHARED_LIBRARIES) +LOCAL_STATIC_LIBRARIES:= libheaptracker +LOCAL_CFLAGS += $(OMAP4_DEBUG_CFLAGS) +LOCAL_LDFLAGS += $(OMAP4_DEBUG_LDFLAGS) + +include $(BUILD_EXECUTABLE) -- cgit v1.1