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

* commit 'ebc1c76d77dd604f16126e66b2171e8ee6fa1d22':
  Add -Bsymbolic to the ld flags when linking the dynamic linker.
This commit is contained in:
Elliott Hughes 2014-01-13 13:42:55 -08:00 committed by Android Git Automerger
commit 490f1755d1

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 \