Replace MALLOC_IMPL with MALLOC_SVELTE.

Bug: http://b/26390299
Change-Id: I665f64bff4d598607e1eb7c4078819fe1d400feb
This commit is contained in:
Josh Gao
2016-01-05 11:45:45 -08:00
parent 04673ee997
commit 09f4651c0e
2 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ test_cflags = \
test_cflags += -D__STDC_LIMIT_MACROS # For glibc.
ifeq ($(MALLOC_IMPL),dlmalloc)
ifeq ($(MALLOC_SVELTE),true)
test_cflags += -DUSE_DLMALLOC
else
test_cflags += -DUSE_JEMALLOC
@@ -122,7 +122,7 @@ libBionicStandardTests_src_files := \
libBionicStandardTests_cflags := \
$(test_cflags) \
ifeq ($(MALLOC_IMPL),dlmalloc)
ifeq ($(MALLOC_SVELTE),true)
libBionicStandardTests_cflags += -DUSE_DLMALLOC
else
libBionicStandardTests_cflags += -DUSE_JEMALLOC