Merge "Fix libthread_db linkage"
This commit is contained in:
commit
b8faf0662b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := libthread_db
|
||||
LOCAL_MODULE:=libthread_db
|
||||
LOCAL_SHARED_LIBRARIES := libdl
|
||||
LOCAL_SHARED_LIBRARIES := libdl libc
|
||||
|
||||
# NOTE: Using --no-undefined results in a missing symbol that is defined inside
|
||||
# gdbserver and is resolved at runtime. Since there is no library containing
|
||||
|
|
Loading…
Reference in a new issue