From 5b4ef81f2b79dd5d597b1681de4d0311d46693aa Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Mon, 23 Sep 2013 10:06:09 -0700 Subject: Add Graphics alloc tracking via memtrack Any OpenGL memory reported by /proc/pid/smaps will not be included in the GPU GL memory count and will be considered Unknown. This is an artifact of how some memory reporting is done in libmemtrack and some is done in this module. bug:10294768 Change-Id: Id8fb63b2e86520f4dbc8410573a509e66b96b13b --- core/jni/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'core/jni/Android.mk') diff --git a/core/jni/Android.mk b/core/jni/Android.mk index f78d807..e09fcff 100644 --- a/core/jni/Android.mk +++ b/core/jni/Android.mk @@ -178,6 +178,7 @@ LOCAL_C_INCLUDES += \ libcore/include LOCAL_SHARED_LIBRARIES := \ + libmemtrack \ libandroidfw \ libexpat \ libnativehelper \ -- cgit v1.1