summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-09-06 18:03:02 -0700
committerArun Kumar K.R <akumarkr@codeaurora.org>2013-11-12 10:25:41 -0800
commit6a530a386f38b4ebe1dfa260499f834b33cfd291 (patch)
tree8b8faf436a0b8118537b42002681b5d54bceccb1 /Android.mk
parent91090c74873c9687a8b53b97462d1bcf23fa0891 (diff)
downloaddisplay-6a530a386f38b4ebe1dfa260499f834b33cfd291.tar.gz
Initial msm8x64 memory tracker HAL
Reads memory info from kgsl to track unaccounted for GL and ION memory. Right now it has to parse every allocation and then cross-reference it against /proc/pid/smaps. It would be faster to modify the kgsl driver to keep counters that could just be read directly. Bug: 10294768 Change-Id: Icb17558f03ce53bc594fbee097e51fe82e15dc31
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index afc4e4f8..609d1e1d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,6 @@
display-hals := libgralloc libgenlock libcopybit liblight libvirtual
display-hals += libhwcomposer liboverlay libqdutils libexternal libqservice
-
+display-hals += libmemtrack
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))
else