Use mclinker
Change-Id: Ib34f66c106f357cd82b1577566e00f490cee2c5a
This commit is contained in:
parent
4f3c3aaf11
commit
47b4321ed5
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_CLANG := true
|
||||
LOCAL_SDK_VERSION := 14
|
||||
LOCAL_NDK_STL_VARIANT := c++_static
|
||||
LOCAL_LDFLAGS += -ldl
|
||||
LOCAL_LDFLAGS += -ldl -fuse-ld=mcld
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
#################### Clean up the tmp vars
|
||||
|
|
Loading…
Reference in a new issue