From 649b8c1127fcefb3a118261bc85f0080dfa156f4 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 7 Feb 2018 18:43:41 -0800 Subject: [PATCH] Add libc_malloc_hook to list of libraries. Bug: 30561479 Test: Build from scratch and verify the library is present. Change-Id: I53f30d694cff202ffc93491485ed3c845de07862 (cherry picked from commit 8c70d4de97eaaded77f6dac1f1ccee6d115c3948) --- target/product/embedded.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 18eeb4065..3f1d6dfb1 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -51,6 +51,7 @@ PRODUCT_PACKAGES += \ libbinder \ libc \ libc_malloc_debug \ + libc_malloc_hooks \ libcutils \ libdl \ libgui \