diff options
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index ce0c5f211..c2e76b6bc 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -115,18 +115,9 @@ libBionicStandardTests_src_files := \ libBionicStandardTests_cflags := \ $(test_cflags) \ -ifeq ($(MALLOC_IMPL),jemalloc) - libBionicStandardTests_cflags += -DUSE_JEMALLOC -else - libBionicStandardTests_cflags += -DUSE_DLMALLOC -endif - libBionicStandardTests_cppflags := \ $(test_cppflags) \ -libBionicStandardTests_c_includes := \ - bionic/libc \ - libBionicStandardTests_ldlibs_host := \ -lrt \ |