diff options
author | Adam Lesinski <adamlesinski@google.com> | 2013-09-23 10:06:09 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2013-09-25 14:41:49 -0700 |
commit | 5b4ef81f2b79dd5d597b1681de4d0311d46693aa (patch) | |
tree | bbf0922318a62ea5a9d14aca0e02bb6dd64a70c7 /core/jni/Android.mk | |
parent | a9f97a0a58066a29391629da85ed25a8e876dd40 (diff) | |
download | frameworks_base-5b4ef81f2b79dd5d597b1681de4d0311d46693aa.zip frameworks_base-5b4ef81f2b79dd5d597b1681de4d0311d46693aa.tar.gz frameworks_base-5b4ef81f2b79dd5d597b1681de4d0311d46693aa.tar.bz2 |
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
Diffstat (limited to 'core/jni/Android.mk')
-rw-r--r-- | core/jni/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |