am 3c5323a7: am 490f1755: am ebc1c76d: Merge "Add -Bsymbolic to the ld flags when linking the dynamic linker."
* commit '3c5323a7318993918a282c31f92ea64fc7c0ae5b': Add -Bsymbolic to the ld flags when linking the dynamic linker.
This commit is contained in:
commit
a5879404ef
@ -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…
x
Reference in New Issue
Block a user