Merge "Add -Bsymbolic to the ld flags when linking the dynamic linker."
This commit is contained in:
commit
ebc1c76d77
@ -16,7 +16,10 @@ LOCAL_SRC_FILES:= \
|
|||||||
linker_phdr.cpp \
|
linker_phdr.cpp \
|
||||||
rt.cpp \
|
rt.cpp \
|
||||||
|
|
||||||
LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
|
LOCAL_LDFLAGS := \
|
||||||
|
-shared \
|
||||||
|
-Wl,-Bsymbolic \
|
||||||
|
-Wl,--exclude-libs,ALL \
|
||||||
|
|
||||||
LOCAL_CFLAGS += \
|
LOCAL_CFLAGS += \
|
||||||
-fno-stack-protector \
|
-fno-stack-protector \
|
||||||
|
Loading…
Reference in New Issue
Block a user