Merge "Fix libthread_db linkage"

This commit is contained in:
Rebecca Schultz Zavin 2010-09-03 15:24:33 -07:00 committed by Android (Google) Code Review
commit b8faf0662b

View file

@ -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