forked from openkylin/platform_build
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 8c70d4de97
)
This commit is contained in:
parent
4f0b725439
commit
649b8c1127
|
@ -51,6 +51,7 @@ PRODUCT_PACKAGES += \
|
|||
libbinder \
|
||||
libc \
|
||||
libc_malloc_debug \
|
||||
libc_malloc_hooks \
|
||||
libcutils \
|
||||
libdl \
|
||||
libgui \
|
||||
|
|
Loading…
Reference in New Issue