diff --git a/libc/Android.bp b/libc/Android.bp index 3a49c923c5..85a393d1c0 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -126,7 +126,7 @@ cc_defaults { malloc_pattern_fill_contents: { cflags: ["-DSCUDO_PATTERN_FILL_CONTENTS"], }, - malloc_not_svelte: { + malloc_use_scudo: { cflags: ["-DUSE_SCUDO"], }, }, @@ -137,7 +137,7 @@ cc_defaults { } libc_scudo_product_variables = { - malloc_not_svelte: { + malloc_use_scudo: { cflags: ["-DUSE_SCUDO"], whole_static_libs: ["libscudo"], exclude_static_libs: [ @@ -149,9 +149,6 @@ libc_scudo_product_variables = { // Defaults for native allocator libs/includes to make it // easier to change. -// To disable scudo for the non-svelte config remove the line: -// product_variables: libc_scudo_product_variables, -// in the cc_defaults below. // ======================================================== cc_defaults { name: "libc_native_allocator_defaults",