Bug 601599: Link directly to jemalloc_stats on android. r=blassey a=blocking-fennec

This commit is contained in:
Chris Jones 2010-10-15 16:12:54 -05:00
Родитель 01288c7189
Коммит abe23b685e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@
**/
#if defined(MOZ_MEMORY)
# if defined(XP_WIN) || defined(SOLARIS)
# if defined(XP_WIN) || defined(SOLARIS) || defined(ANDROID)
# define HAVE_JEMALLOC_STATS 1
# include "jemalloc.h"
# elif defined(XP_LINUX)