aboutsummaryrefslogtreecommitdiff
path: root/src/jemalloc.c
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-09-13 12:45:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-13 12:45:00 -0700
commit400ae91d50493033e1bee1be0887d843f75ba7eb (patch)
tree5582baacdca2592252d948928125b965d1e6082d /src/jemalloc.c
parent3681d1ba1ffb891a322dd813a64fb9783a822473 (diff)
parentb78c1ac82cc419707a2566198ef8c52a506349d1 (diff)
downloadjemalloc-400ae91d50493033e1bee1be0887d843f75ba7eb.tar.gz
Revert "Build jemalloc for host, too." am: f4496b278e am: 1bc54a2d82
am: b78c1ac82c Change-Id: I826c89e8c22ce820c9897f20c9510de870ed27b3
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index c2bafc5..72f561f 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -2930,9 +2930,7 @@ jemalloc_postfork_child(void)
/******************************************************************************/
-#if defined(__ANDROID__)
/* ANDROID extension */
#include "android_je_iterate.c"
#include "android_je_mallinfo.c"
/* End ANDROID extension */
-#endif