Revert "Revert "Revert "Use mclinker"""
This reverts commit b48c93b3fc
.
MCLinker is not a valid option for clang 3.5.
This commit is contained in:
parent
a270ac4a61
commit
5a289ed293
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
LOCAL_SDK_VERSION := 14
|
LOCAL_SDK_VERSION := 14
|
||||||
LOCAL_NDK_STL_VARIANT := c++_static
|
LOCAL_NDK_STL_VARIANT := c++_static
|
||||||
LOCAL_LDFLAGS += -ldl -fuse-ld=mcld
|
LOCAL_LDFLAGS += -ldl
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
#################### Clean up the tmp vars
|
#################### Clean up the tmp vars
|
||||||
|
|
Loading…
Reference in a new issue