Revert "Revert "Revert "Use mclinker"""

This reverts commit b48c93b3fc.

MCLinker is not a valid option for clang 3.5.
main
Stephen Hines 2014-07-23 19:58:17 -07:00
parent a270ac4a61
commit 5a289ed293
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_CLANG := true
LOCAL_SDK_VERSION := 14
LOCAL_NDK_STL_VARIANT := c++_static
LOCAL_LDFLAGS += -ldl -fuse-ld=mcld
LOCAL_LDFLAGS += -ldl
include $(BUILD_SHARED_LIBRARY)
#################### Clean up the tmp vars