* commit '490f1755d14536915f748a6513399a92f6e0b67f': Add -Bsymbolic to the ld flags when linking the dynamic linker.
This commit is contained in:
commit
3c5323a731
@ -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