am 4a9b7c69
: Merge "Add libdl into libc_malloc_debug_leak build"
* commit '4a9b7c694a8312160d3cd953a8227c23a1624868': Add libdl into libc_malloc_debug_leak build
This commit is contained in:
commit
b2550dd4c8
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