diff options
-rw-r--r-- | libc/Android.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index 49108bf35..08fce3261 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -128,14 +128,6 @@ cc_defaults { "libc_jemalloc_wrapper", ], header_libs: ["gwp_asan_headers"], - multilib: { - lib64: { - product_variables: libc_scudo_product_variables, - }, - lib32: { - product_variables: libc32_scudo_product_variables, - } - }, } // Functions not implemented by jemalloc directly, or that need to |