diff options
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", |