Merge "Fix libthread_db linkage"
This commit is contained in:
commit
b8faf0662b
@ -21,7 +21,7 @@ include $(CLEAR_VARS)
|
|||||||
|
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := libthread_db
|
LOCAL_WHOLE_STATIC_LIBRARIES := libthread_db
|
||||||
LOCAL_MODULE:=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
|
# 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
|
# gdbserver and is resolved at runtime. Since there is no library containing
|
||||||
|
Loading…
Reference in New Issue
Block a user