summaryrefslogtreecommitdiffstats
path: root/heaptracked-executable.mk
diff options
context:
space:
mode:
Diffstat (limited to 'heaptracked-executable.mk')
-rw-r--r--heaptracked-executable.mk7
1 files changed, 7 insertions, 0 deletions
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)