Export some symbols for vendor libmemunreachable
Add the malloc symbols used by libmemunreachable to the VNDK, and make libc_malloc_debug_backtrace vendor_available. Bug: 132302484 Test: m checkbuild Change-Id: Ide555195afa084c13eaeaf0eab6ff90787b5f2d0
This commit is contained in:
parent
72aafad950
commit
b9667b51a8
2 changed files with 5 additions and 5 deletions
|
@ -1468,10 +1468,10 @@ LIBC_Q { # introduced=Q
|
|||
__system_properties_init; # apex
|
||||
|
||||
# Used by libmemunreachable
|
||||
malloc_backtrace; # apex
|
||||
malloc_disable; # apex
|
||||
malloc_enable; # apex
|
||||
malloc_iterate; # apex
|
||||
malloc_backtrace; # apex vndk
|
||||
malloc_disable; # apex vndk
|
||||
malloc_enable; # apex vndk
|
||||
malloc_iterate; # apex vndk
|
||||
|
||||
# Used by libandroid_net
|
||||
android_getaddrinfofornet; # apex
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
// ==============================================================
|
||||
// Used by libmemunreachable
|
||||
cc_library_static {
|
||||
|
||||
name: "libc_malloc_debug_backtrace",
|
||||
vendor_available: true,
|
||||
|
||||
srcs: [
|
||||
"backtrace.cpp",
|
||||
|
|
Loading…
Reference in a new issue