diff options
Diffstat (limited to 'libc/Android.bp')
-rw-r--r-- | libc/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index 8c05704a0..67b976cb2 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -119,9 +119,6 @@ cc_defaults { malloc_pattern_fill_contents: { cflags: ["-DSCUDO_PATTERN_FILL_CONTENTS"], }, - malloc_not_svelte: { - cflags: ["-DUSE_SCUDO"], - }, }, } @@ -150,7 +147,6 @@ cc_defaults { "libc_jemalloc_wrapper", ], header_libs: ["gwp_asan_headers"], - product_variables: libc_scudo_product_variables, } // Functions not implemented by jemalloc directly, or that need to |