diff options
author | Jiyong Park <jiyong@google.com> | 2019-04-10 02:29:25 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-04-10 02:29:25 +0900 |
commit | ff94a13d2d0679ea1ceb60464547237bb59362f7 (patch) | |
tree | af2ae9ee0ccbd12ee316d51c5f9cc29382043b23 /libc/malloc_debug/malloc_debug.cpp | |
parent | 478f7f12b31ee4b46271c120c32eceee6854d4d1 (diff) |
Don't load libc_malloc_* libs from runtime ns for libc_scudo
malloc_common_dynamic.cpp is compiled into both libc.so and
libc_scudo.so. When compiled for libc_scudo.so, it doesn't try to load
libc_malloc_* libs from the runtime linker namespace. This is because,
unlike libc.so which is shared from the runtime APEX, libc_scudo.so is
copied to any APEX that it needs. Furthermore, libdl_android which
provides android_get_exported_namespace is not available for vendors. So
the vendor variant of libc_scudo.so can't anyway locate the runtime
namespace.
Bug: 130213757
Bug: 122566199
Test: `m libc_scudo libc_scudo` is successful
Test: inspect the built library to see if it has reference to
android_get_exported_namespace
Change-Id: I4c41de361fdb3fa34b95218923f4ce4e9c010f9e
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions