Exports all symbols from libcompiler_rt

Change-Id: I18d627fecef8e5ff96fa009e7a409a199435a317
This commit is contained in:
Dan Albert
2014-05-12 14:54:53 -07:00
parent 12c2891e07
commit 7d57f1bbe2

View File

@@ -98,8 +98,9 @@ LOCAL_LDFLAGS += \
LOCAL_STATIC_LIBRARIES := libc++abi
else
LOCAL_CPPFLAGS += -Iexternal/libcxxrt/src -DLIBCXXRT
LOCAL_STATIC_LIBRARIES := libcxxrt libcompiler_rt libunwind
LOCAL_LDLIBS += -lrt -lpthread -ldl
LOCAL_STATIC_LIBRARIES := libcxxrt libunwind
LOCAL_WHOLE_STATIC_LIBRARIES := libcompiler_rt
LOCAL_LDLIBS += -lrt -lpthread -ldl -lm
endif
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk