diff options
author | Colin Cross <ccross@android.com> | 2019-05-17 13:45:18 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2019-05-17 14:26:31 -0700 |
commit | b9667b51a8e9831baa1e54362b1f614a911e4e76 (patch) | |
tree | 8cd85f5d36203311abe54a0aa1b977b59d9ad7f0 /libc/malloc_debug | |
parent | 72aafad9506d65c8c0f957cae4b664402cc0e8ab (diff) |
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
Diffstat (limited to 'libc/malloc_debug')
-rw-r--r-- | libc/malloc_debug/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp index bcbd7dac9..aae16f14d 100644 --- a/libc/malloc_debug/Android.bp +++ b/libc/malloc_debug/Android.bp @@ -3,8 +3,8 @@ // ============================================================== // Used by libmemunreachable cc_library_static { - name: "libc_malloc_debug_backtrace", + vendor_available: true, srcs: [ "backtrace.cpp", |