Merge "Add libdl into libc_malloc_debug_leak build"
This commit is contained in:
commit
4a9b7c694a
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ LOCAL_SRC_FILES := \
|
|||
LOCAL_MODULE:= libc_malloc_debug_leak
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libc
|
||||
LOCAL_SHARED_LIBRARIES := libc libdl
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
||||
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
||||
LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
|
||||
|
|
Loading…
Reference in a new issue