commit | 8c70d4de97eaaded77f6dac1f1ccee6d115c3948 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Feb 07 18:43:41 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Tue Feb 13 04:09:44 2018 +0000 |
tree | e47bdc91dcd00dc220e76410ee057221eda3c375 | |
parent | b6d7f7cf95bbdfa0ca2a4b05dd5ff074eef967a2 [diff] |
Add libc_malloc_hook to list of libraries. Bug: 30561479 Test: Build from scratch and verify the library is present. Change-Id: I53f30d694cff202ffc93491485ed3c845de07862
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 18eeb40..3f1d6df 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk
@@ -51,6 +51,7 @@ libbinder \ libc \ libc_malloc_debug \ + libc_malloc_hooks \ libcutils \ libdl \ libgui \