Merge "Add -Bsymbolic to the ld flags when linking the dynamic linker."

This commit is contained in:
Elliott Hughes 2014-01-13 21:38:16 +00:00 committed by Gerrit Code Review
commit ebc1c76d77

View File

@ -16,7 +16,10 @@ LOCAL_SRC_FILES:= \
linker_phdr.cpp \
rt.cpp \
LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
LOCAL_LDFLAGS := \
-shared \
-Wl,-Bsymbolic \
-Wl,--exclude-libs,ALL \
LOCAL_CFLAGS += \
-fno-stack-protector \